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

Relative imports in ssr scripts are wrong #24

Closed pixelmund closed 2 years ago

pixelmund commented 2 years ago

I've noticed that since we're writing the endpoints INSIDE the svemix folder, relative imports don't resolve correctly. I see three things to solve this problem:

pixelmund commented 2 years ago

Closed by #31, this is now documented here https://svemix.com/docs/getting-started/drawbacks

pixelmund commented 2 years ago

If anyone experiences this issue and has an idea to fix this let me know and i reopen this issue