feat(apps\server): auth stuff

This commit is contained in:
2025-02-17 06:05:12 -06:00
parent aa2ba8d79a
commit ca27264bb0
9 changed files with 295 additions and 5 deletions

View File

@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}