chore: build

Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
This commit is contained in:
手瓜一十雪
2024-08-08 20:42:09 +08:00
parent 54b06872eb
commit f588d3f35b
9 changed files with 211 additions and 144 deletions

View File

@@ -4,8 +4,8 @@
"type": "module",
"version": "1.8.3",
"scripts": {
"build:liteloader": "vite build --mode ",
"build:shell": "vite build --mode production",
"build:liteloader": "vite build --mode liteloader",
"build:shell": "vite build --mode shell",
"build:webui": "cd ./src/webui && vite build",
"lint": "eslint --fix src/**/*.{js,ts}",
"depend": "cd dist && npm install --omit=dev"