feat(api): add tRPC routers (auth + content) calling core controllers

This commit is contained in:
2026-04-06 14:48:42 +02:00
parent 1b93fecb7f
commit a870b9e0e5
8 changed files with 119 additions and 3 deletions

View File

@@ -1,2 +1 @@
// @repo/api — tRPC router definitions
export {};
export { appRouter, type AppRouter } from "./router/index.js";