Hi everybody,
has anybody experience with electron? I`m trying to develop a desktop app. I use prisma (2.2.0) with sqlite in the main process of the app. Everything works fine, until I try to build the app for production. I get an error message that the module '.prisma/client' cannot be found.
I have the the prisma npm packages inside my package.json dependencies so that electron builder can bundle the packages. Does anybody have tips?
Cheers