Thomas
Thomas
I have added a config option for this: #60
Hi, I have [commented](https://github.com/area17/blast/pull/60#issuecomment-1877165373) on the [PR](https://github.com/area17/blast/pull/60) and applied the requested changes
Adding this to my vite.config.ts seems to fix it for me: ``` resolve: { alias: { ".prisma/client/index-browser": "./node_modules/.prisma/client/index-browser.js" } }, ```
It does seem to work fine, although I haven't tested it thoroughly. However, I do get an error when deploying to Vercel, Netlify or Cloudflare Pages (looks like PrismaClient runs...