How to write SvelteKit middleware or interceptor for fetch both on server and client?
As title says, how to you write middleware in SvelteKit? I know to do it in hooks.server.ts.
As title says, how to you write middleware in SvelteKit? I know to do it in hooks.server.ts.