|
@@ -4,7 +4,7 @@
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"serve": "node openDocument.js && vite --host --mode development",
|
|
"serve": "node openDocument.js && vite --host --mode development",
|
|
|
- "build": "vite build --mode production",
|
|
|
|
|
|
|
+ "build": "vite build --mode development",
|
|
|
"limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
|
|
"limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
|
|
|
"preview": "vite preview",
|
|
"preview": "vite preview",
|
|
|
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
|
|
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
|