Start-Command für Production hinzufügen

This commit is contained in:
2026-08-30 09:53:48 +02:00
parent b871fb9350
commit 11465f8395
+2 -1
View File
@@ -3,12 +3,13 @@
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
"@/*": "./src/*"
},
"scripts": {
"dev": "vite dev --port 3000",
"generate-routes": "tsr generate",
"build": "vite build",
"start": "node .output/server/index.mjs",
"preview": "vite preview",
"format": "biome format",
"lint": "biome lint",