Well thats stupid it has to be like this
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"start": "bun ./dist/server/entry.mjs"
|
||||
"start": "HOST=0.0.0.0 PORT=4321 bun ./dist/server/entry.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.3.0",
|
||||
|
||||
Reference in New Issue
Block a user