Bibhushan Thapa
Explore posts from serversPPrisma
•Created by Bibhushan Thapa on 6/12/2024 in #help-and-questions
Hosting Typescript Express Server with Prisma on Vercel
I have hosted Express Server (Javascript) with Prisma on Vercel and it is working perfectly.
Now I have a app on Typescript. As Vercel only works with Js files I have used build file. So, My question is how to include the prism generate file inside the /dist folder as when building with
I am not getting the /generated file on the dist file.
My files are:
package.json
3 replies