Browse Source

package update

master
cailean 1 day ago
parent
commit
0c7fdd0948
  1. 4
      package.json

4
package.json

@ -12,7 +12,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite"
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",

Loading…
Cancel
Save