Currently every route that declares context="module ssr" generates a corresponding endpoint file under $svemix. I would really like to explore methods that doesnt need this behaviour, maybe we can use the handle hook for this. Or create the .svemix folder in the root of the project similar to SvelteKit, but then there would bei changes in kit needed for allowing multiple routes folders.
Currently every route that declares
context="module ssr"
generates a corresponding endpoint file under $svemix. I would really like to explore methods that doesnt need this behaviour, maybe we can use the handle hook for this. Or create the .svemix folder in the root of the project similar to SvelteKit, but then there would bei changes in kit needed for allowing multiple routes folders.