Does SolidStart support private folders in the routes directory?
Like described here:
https://nextjs.org/docs/app/building-your-application/routing/colocation#project-organization-features
Otherwise, is there a way to organize the components used for a route in a subfolder of the folder the route is in?
Or is there any way to opt out a file or folder in the routes directory from the routing system?
Routing: Project Organization | Next.js
Learn how to organize your Next.js project and colocate files.
1 Reply
as of now, solid start considers a file as a page if it has default export, so there's no such thing like private/public files/folders but you can use anything so long as it doesn't have a default export