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
337 stars 16 forks source link

Discover alternative methods for generated endpoints #34

Closed pixelmund closed 2 years ago

pixelmund commented 2 years ago

This approach uses the handle hook function which replicates basically what svelte-kit does for endpoints and import.meta.globEager loads the routes. I'm not stoked into this yet but i thought it's worth a look exploring.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/svemix/svemix/BATfu74ccSdNiXHudz67sgXzp3Aq
✅ Preview: https://svemix-git-v2-svemix.vercel.app

[Deployment for 564602e canceled]

pixelmund commented 2 years ago

I've decided against this