|
@@ -9,7 +9,7 @@
|
|
|
"scripts": {
|
|
|
"pinstall": "pnpm install",
|
|
|
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
|
|
|
- "dev": "vite",
|
|
|
+ "dev": "vite --port 8000",
|
|
|
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
|
|
|
"build:report": "pnpm clean:cache && cross-env REPORT=true npm run build",
|
|
|
"preview": "npm run build && vite preview",
|