<@U024DTE9ANS> I don't think there should be any s...
# orm-help
j
@Kenneth Gitere I don't think there should be any significant differences between using it in an Electron app vs a standard node app.
k
Given my recent surprises when deploying an app using prisma to Netlify that failed, I had to be doubly sure. Thanks for confirming this
j
I'm not super familiar with what Prisma packages up in the module - I've seen a bit of rust code in the repos, though. I'd just make sure you're building everything properly per-OS/Arch prior to packaging and deployment (github actions is great for this)
I've used https://www.electron.build/ in the past with some success