We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5fe98 commit dcd9aa0Copy full SHA for dcd9aa0
initialProject/package.json
@@ -4,7 +4,7 @@
4
"version": "0.0.1",
5
"scripts": {
6
"dev": "astro dev --port 80 --host",
7
- "start": "if [ ${STAGE} = \"production\" ]; then PORT=80 node ./dist/server/entry.mjs; else npm run dev; fi",
+ "start": "if [ ${STAGE} = \"production\" ]; then HOST=0.0.0.0 PORT=80 node ./dist/server/entry.mjs; else npm run dev; fi",
8
"build": "astro check && astro build",
9
"preview": "astro preview --port 80 --host",
10
"astro": "astro"
0 commit comments