chore: reinitialize project with vite architecture

This commit is contained in:
beabigegg
2026-02-08 08:30:48 +08:00
commit b56e80381b
264 changed files with 75752 additions and 0 deletions

14
frontend/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "mes-dashboard-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"test": "node --test tests/*.test.js"
},
"devDependencies": {
"vite": "^6.3.0"
}
}