voxel8
voxel8
SSolidJS
Created by voxel8 on 6/2/2024 in #support
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
SSolidJS
Created by voxel8 on 4/8/2024 in #support
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