This commit is contained in:
pk5ls20
2024-11-20 19:51:29 +08:00
parent 50e207cf6f
commit 0b839258aa
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"webui:lint": "eslint --fix src/**/*.{js,ts,vue}",
"webui:dev": "vite",
"webui:build": "vue-tsc -b && vite build",
"webui:build": "vite build",
"webui:preview": "vite preview"
},
"dependencies": {