feat(auth): header login/logout and /me badge using ky + react-query

This commit is contained in:
Urban Modig
2025-10-13 09:53:31 +02:00
parent f9bd9292ed
commit 23798e301b
9 changed files with 78 additions and 25 deletions

View File

@ -1,4 +1,5 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2022",