SolidJSS
SolidJSβ€’2y ago
voxel8

I have a question when building npm create solid with-prisma template.

In npm run dev, prisma with url="File:./dev.db" works fine, but when you run npm run build and start it with node.output/server/index.mjs, the path is not found.
How do I specify the path at build time?
Was this page helpful?