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