Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change site port #181

Open
nvdmedianl opened this issue May 6, 2022 · 2 comments
Open

How to change site port #181

nvdmedianl opened this issue May 6, 2022 · 2 comments

Comments

@nvdmedianl
Copy link

how do i change the port from 1234 to 2 ports 80 for http and for https to 443

@itsnoa04
Copy link

itsnoa04 commented Feb 3, 2023

you can change the site port by providing the --port flag in the package.json parcel script [ start ]

  "scripts": {
    "start": "parcel --port 1234",
    "build": "parcel build"
  },

I have made a pr with this option mentioned so it will be easier for anyone else.

@itsnoa04
Copy link

itsnoa04 commented Feb 3, 2023

#243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants