diff --git a/src/routes/proxy+layout.ts b/src/routes/proxy+layout.ts new file mode 100644 index 0000000..8a97a72 --- /dev/null +++ b/src/routes/proxy+layout.ts @@ -0,0 +1,5 @@ +import type { LayoutLoad } from "./$types"; + +export const load: LayoutLoad = async () => { + return {}; +}; \ No newline at end of file