feat(frontend): add hot update command

This commit is contained in:
crushonyou18 2021-12-01 18:03:23 +08:00
parent b1847d2dc5
commit 7adde110c9

View File

@ -4,6 +4,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build -w",
"serve": "vite preview"
},
"dependencies": {