How to override the $lib folder in SvelteKit
SvelteKit exposes $lib to eliminate the need of using '../../' while importing components into the routes.
$lib is by default pointing to:
src/lib
As per Svelte default boilerplate, it places the components under this location.
If you would like t...
jsbisht.hashnode.dev1 min read