fix: correct build output path and guard devtools plugin in production
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user