Add hot shortcut to run dev server

This commit is contained in:
philipp lang 2024-05-03 21:46:40 +02:00
parent 892fbe3fb3
commit 1b096e7780
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
},
"scripts": {
"dev": "vite",
"hot": "vite",
"production": "vite build"
},
"keywords": [],