We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 do i change the port from 1234 to 2 ports 80 for http and for https to 443
The text was updated successfully, but these errors were encountered:
you can change the site port by providing the --port flag in the package.json parcel script [ start ]
--port
"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.
Sorry, something went wrong.
#243
No branches or pull requests
how do i change the port from 1234 to 2 ports 80 for http and for https to 443
The text was updated successfully, but these errors were encountered: