production ready

This commit is contained in:
2026-06-04 18:47:17 +02:00
parent 8524179793
commit aecd49a1bc
10 changed files with 499 additions and 16 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import { PUBLIC_CONVEX_URL } from '$env/static/public';
import { createConvexAuthHandlers } from '@mmailaender/convex-auth-svelte/sveltekit/server';
import type { LayoutServerLoad } from './$types.js';
const { getAuthState } = createConvexAuthHandlers();
const { getAuthState } = createConvexAuthHandlers({
convexUrl: PUBLIC_CONVEX_URL
});
export const load: LayoutServerLoad = async (event) => {
return {