fix: correct build output path and guard devtools plugin in production

This commit is contained in:
2026-04-21 23:25:05 +02:00
parent 802e50378f
commit dcad455736
3 changed files with 13 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"start": "node .output/server/index.mjs",
"start": "node dist/server/server.js",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint",