Fastify + TRPC on Vercel
I am having trouble hosting a Fastify + TRPC server on Vercel.
I have tried two different vercel.json setups, but they both do not work for each reasons:
^^^This just shows the built code in the browser, no matter what route I go to.
^^This just shows a 404 page from Vercel.
This is my index.ts file (Built to index.js):
0 Replies