Add hot shortcut to run dev server
This commit is contained in:
parent
892fbe3fb3
commit
1b096e7780
|
@ -8,6 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"hot": "vite",
|
||||
"production": "vite build"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
Loading…
Reference in New Issue