Remove auth/db stack, migrate contact email flow, and update for Next 16

This commit is contained in:
2026-07-10 20:35:24 -04:00
parent ed948f5264
commit bf10f26d26
31 changed files with 1005 additions and 832 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { postRouter } from "~/server/api/routers/post";
import { contactRouter } from "~/server/api/routers/contact";
import { createCallerFactory, createTRPCRouter } from "~/server/api/trpc";
/**
@@ -7,7 +7,7 @@ import { createCallerFactory, createTRPCRouter } from "~/server/api/trpc";
* All routers added in /api/routers should be manually added here.
*/
export const appRouter = createTRPCRouter({
post: postRouter,
contact: contactRouter,
});
// export type definition of API