feat(auth): login state proof of concept

This commit is contained in:
Mona Mayrhofer 2025-04-03 13:34:45 +02:00
parent 4bc05aaa2a
commit 85afa969f1
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
14 changed files with 188 additions and 96 deletions

View file

@ -1,7 +1,7 @@
{
"files": [],
"extends": "../../tsconfig.base.json",
"include": ["app"],
"include": ["app", "*.ts"],
"compilerOptions": {
"types": ["vitest/importMeta", "vite/client", "node"],
"rootDirs": [".", "./.react-router/types"],