update
Some checks failed
Deploy / deploy (push) Failing after 4m2s

This commit is contained in:
Никита Круглицкий
2025-10-09 22:29:42 +06:00
parent 6ada2c3fbd
commit bb48e52a99
14 changed files with 1234 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
import { router } from '../router'
import { authRouter } from './auth'
export const appRouter = router({
auth: authRouter,
})
export type AppRouter = typeof appRouter