Open
Description
Describe the problem
I would like a way to load SvelteKit sub-modules within a SvelteKit site.
A sub-module would be a usual SvelteKit site with:
- A library
- Pages and Endpoints
Describe the proposed solution
I created a prototype to showcase the feature: GauBen/modularized-sveltekit-app
It works well enough for my current needs, but have some shortcomings:
- It feels hacky
- It only works with built sub-modules
Alternatives considered
No response
Importance
would make my life easier
Additional Information
See also: