auto detect workspace

This commit is contained in:
frostime 2023-05-22 22:39:14 +08:00
parent 9007a64178
commit c99faadc2a
2 changed files with 43 additions and 12 deletions

View file

@ -8,7 +8,7 @@
"author": "",
"license": "GPL-3.0",
"scripts": {
"make-link": "node ./scripts/make_dev_link.js",
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
"dev": "vite build --watch",
"build": "vite build"
},