Start-Command für Production hinzufügen
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user