feat: dev webui

This commit is contained in:
手瓜一十雪 2024-11-16 10:20:17 +08:00
parent 623799c049
commit 572b8809a5

View File

@ -7,6 +7,7 @@
"build:framework": "npm run build:webui && vite build --mode framework",
"build:shell": "npm run build:webui && vite build --mode shell",
"build:webui": "cd napcat.webui && vite build",
"dev:webui": "cd napcat.webui && npm run webui:dev",
"lint": "eslint --fix src/**/*.{js,ts,vue}",
"depend": "cd dist && npm install --omit=dev"
},