fix: resolve frontend code quality issues

- Create missing tsconfig.node.json for Vite config compilation
- Create postcss.config.js for Tailwind CSS processing
- Add test dependencies (vitest, testing-library, jsdom)
- Remove missing /vite.svg favicon reference from index.html
This commit is contained in:
2026-05-11 20:39:05 +02:00
parent eff41bd801
commit 3deab5fdf3
20 changed files with 1818 additions and 2 deletions
+5 -1
View File
@@ -27,6 +27,10 @@
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"vite": "^5.0.8",
"vitest": "^1.1.0",
"@testing-library/react": "^14.1.0",
"@testing-library/jest-dom": "^6.2.0",
"jsdom": "^23.0.0"
}
}