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
-1
View File
@@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Backup Tool</title>
</head>