fix: curStuff watch & remove useless data

This commit is contained in:
YunYouJun
2023-11-07 00:20:18 +08:00
parent 8ca8c4aac8
commit 69c689df67
4 changed files with 102 additions and 319 deletions

View File

@@ -8,6 +8,7 @@
},
"scripts": {
"build": "npm run convert && cross-env VITE_APP_BUILD_TIME=$(date +%s) nuxi build",
"build:static": "npm run convert && cross-env VITE_APP_BUILD_TIME=$(date +%s) nuxi generate",
"convert": "tsx scripts/convert.ts",
"dev": "cross-env VITE_APP_BUILD_TIME=$(date +%s) nuxi dev --host",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",