pixelmund / svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
https://svemix.com
MIT License
336 stars 16 forks source link

Kit Routing Rework #56

Open pixelmund opened 2 years ago

pixelmund commented 2 years ago

This PR brings the old SvelteKit Routing back!

under the hood it fakes the necessary +page.svelte/+page.server.js files and the directories.

The Solution is pretty hacky by patching the fs module quite a lot...

Stuff missing / not working: