feat(api): authentication

This commit is contained in:
2025-11-18 00:38:27 +02:00
parent 3f53c1e03f
commit baad24fecc
34 changed files with 910 additions and 234 deletions
+4 -4
View File
@@ -24,17 +24,17 @@
},
"devDependencies": {
"@basango/tsconfig": "workspace:*",
"@biomejs/biome": "^2.3.1",
"@biomejs/biome": "^2.3.6",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@manypkg/cli": "^0.25.1",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"@types/bun": "^1.3.2",
"@types/node": "^24.10.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"turbo": "^2.6.1",
"typescript": "catalog:"
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22"