Browse Source

修改bug

master
liuchen 10 months ago
parent
commit
242576b2c5
  1. 4
      package.json

4
package.json

@ -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"
},

Loading…
Cancel
Save