At the time I am just curious which part of my code runs first on various Svelte lifecycle and runtime. By using this repo now I at least understand how the Svelte manage sequence of code, so then I can make better SvelteKit app.
cd sveltekit-inspect-parts
npm install
npm run dev
MIT