turbosvelte
turbosvelte copied to clipboard
Why is rename-core SvelteKit app?
When running npm run build
in a clean copy of your scaffolding, the process fails due to a missing routes
directory in rename-core
. It'd be more than easy to fix this issue by adding a packages/rename-core/src/routes/.gitkeep
file. However, I wonder why the core package even has to be a SvelteKit app rather than a Svelte component library.
Is it just work in progress or is there a reason for this? 🙃
By the way, thanks for this awesome repo!
Thank you for pointing that out. When I made this repo I had the intention of updating it because a lot of it was placeholder. However, a lot more people are utilizing it than I thought. So soon I will be going through it and updating it accordingly. Thank you for the feedback!
@logineimer I also want to point out, it is a component library package. The lib folder acts as the library. When you run
npm run package
it will make an optimized build of your package to publish to npm.