Écouter sur 0.0.0.0 pour Clever Cloud
This commit is contained in:
parent
eb5ae1fea7
commit
058ebe09c2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
"dev": "astro dev --port 3030 --host 0.0.0.0",
|
"dev": "astro dev --port 3030 --host 0.0.0.0",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"start": "node dist/server/entry.mjs",
|
"start": "HOST=0.0.0.0 node dist/server/entry.mjs",
|
||||||
"clean": "rm -rf dist"
|
"clean": "rm -rf dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue