feat(core-api): compose @repo/auth/api into appRouter under 'auth' namespace

This commit is contained in:
2026-05-05 08:16:25 +02:00
parent 8667232c22
commit aed8c9a6ad
5 changed files with 14 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@repo/auth": "workspace:*",
"@repo/blog": "workspace:*",
"@repo/core-shared": "workspace:*",
"@trpc/server": "^11.0.0"