3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-09 12:07:19 +00:00

feat: vite dashboard tweaks/fixes

This commit is contained in:
Dragory 2025-06-01 19:37:10 +00:00
parent aaac328138
commit 177f13d1fc
No known key found for this signature in database
16 changed files with 94 additions and 128 deletions

View file

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {