chore: 针对的并非框架

This commit is contained in:
手瓜一十雪
2024-08-10 17:45:17 +08:00
parent 80d2218aa6
commit 6371d79d33
9 changed files with 18 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"version": "1.8.3",
"scripts": {
"build:liteloader": "vite build --mode liteloader",
"build:framework": "vite build --mode framework",
"build:shell": "vite build --mode shell",
"build:webui": "cd ./src/webui && vite build",
"lint": "eslint --fix src/**/*.{js,ts}",