|
|
@ -6,8 +6,8 @@ |
|
|
|
"private": false, |
|
|
|
"scripts": { |
|
|
|
"dev": "vite", |
|
|
|
"test": "vite build --mode test --max-old-space-size=4096", |
|
|
|
"prod": "vite build --mode production --max-old-space-size=4096", |
|
|
|
"test": "vite build --mode test", |
|
|
|
"prod": "vite build --mode production", |
|
|
|
"preview": "vite preview", |
|
|
|
"lint": "eslint --fix --ext .js,.vue src" |
|
|
|
}, |
|
|
|