Fix Production startup

This commit is contained in:
2025-07-13 10:42:05 +01:00
parent f77cd1302e
commit 58d5612b74
4 changed files with 49 additions and 2 deletions

View File

@@ -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",