This commit is contained in:
2026-03-18 17:02:16 +01:00 Verified
parent f022ce8dc2
commit a2a0c8350b
8 changed files with 4104 additions and 6 deletions
+2 -1
View File
@@ -7,7 +7,7 @@
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "tsc -b && eslint .",
"preview": "vite preview",
"preview": "vite preview --host",
"test": "vitest"
},
"dependencies": {
@@ -38,6 +38,7 @@
"tailwindcss": "^4.1.18",
"typescript-eslint": "^8.57.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.18"
}
}