mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web): Update to latest version of SvelteKit (#705)
This commit is contained in:
5
web/src/hooks.server.ts
Normal file
5
web/src/hooks.server.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Handle } from '@sveltejs/kit';
|
||||
|
||||
export const handle: Handle = async ({ event, resolve }) => {
|
||||
return await resolve(event);
|
||||
};
|
||||
Reference in New Issue
Block a user