SvelteKit 2: How to make code-based router, instead of file-based router
The idea is to create universal [...path] that will capture all, and our urls.js will look like this:
⛶export const default_error = () => import('/src/error.svelte');
const base_layout = {page: ...