Vercel deployment
I’m aware that vercel automatically deploys react components under pages. Looking at the folder structure T3 app created, will the APIs under server/trpc/router be deployed automatically? Or is there some additional configuration necessary?
6 Replies
all automatic
There is additional configuration necessary, but it's done for you
Thanks guys. @iDarkLightning would you be able to point me in the right direction as to where/what was the config done for me?
pages/api/[trpc].ts, follow the imports from there
Thanks!
Np