feat: remove README and cursor rules, update dependencies, and implement authentication middleware

This commit is contained in:
2026-05-23 14:30:25 +02:00
parent 5b02cff4b9
commit b35da71363
11 changed files with 190 additions and 334 deletions

View File

@@ -4,7 +4,6 @@
"target": "ES2022",
"jsx": "react-jsx",
"module": "ESNext",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},