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?
4 replies
Does SolidStart have a function like basePath of nextjs?
I want to deploy SolidStart to a domain subpath.
https://nextjs.org/docs/app/api-reference/next-config-js/basePath
3 replies