feat: vite dev server with HMR for dashboard

This commit is contained in:
Dustin Byrne
2026-03-25 19:06:14 -04:00
parent 98ddf0f3d3
commit 4a7a9041c1
4 changed files with 47 additions and 26 deletions

View File

@@ -13,16 +13,16 @@
},
"dependencies": {
"@hai/core": "workspace:*",
"@vitejs/plugin-react": "^4.3.0",
"express": "^5.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"vite": "^6.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
"typescript": "^5.7.0"
}
}