Fix Production startup
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"start": "bun ./dist/server/entry.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.3.0",
|
||||
"@astrojs/react": "^4.3.0",
|
||||
"@tailwindcss/cli": "^4.1.11",
|
||||
"astro": "^5.11.0",
|
||||
|
||||
Reference in New Issue
Block a user