Hi guys. Is there like a wiki for using Prisma wit...
# orm-help
k
Hi guys. Is there like a wiki for using Prisma with projects that use vite as a bundler? I recently had an issue building a SvelteKit app because I was importing an enum from
@prisma/client
. Idk how often other people faced such an issue so I was thinking I could add to any existing wiki on it as a potential fix.
👍 1
n
Hey Kenneth 👋 Is your issue resolved? There are certain GitHub Issues that discuss getting SvelteKit working with Prisma which could be helpful. Are you suggesting we have a section in the documentation with information on working with Prisma and SvelteKit?
k
Is your issue resolved?
Yes. I managed to fix the issue.
Are you suggesting we have a section in the documentation with information on working with Prisma and SvelteKit?
I was suggesting having documentation with information on working with frameworks that use vite which is what SvelteKit uses. I believe most problems I'd find with SvelteKit + Prisma are actually vite + Prisma problems.
👍 1