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", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite" "dev": "vite",
"build": "vite build",
"preview": "vite preview"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",

Loading…
Cancel
Save