saltyshiomix / nuxtron

⚡ Nuxt.js + Electron ⚡

Home Page:https://npm.im/nuxtron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage with Prisma

M-Barari opened this issue · comments

I'm trying to use it with Prisma and it works fine on dev, but on build, request to database wont return result but return page html instead in response. is there any configuration needed?
I also moved database and prisma-client generator output to resources folder but still no result.

I think it's because of serverMiddleware . it wont be called in built .exe file . is there anyway to solve that??