diff --git a/src/app.d.ts b/src/app.d.ts index a604567..dcc4861 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -2,10 +2,14 @@ // for information about these interfaces // and what to do when importing types import { SupabaseClient, Session, User } from '@supabase/supabase-js'; -import type { Database } from '$types/supabase'; +import type { Database } from '$lib/generated/supabase-schema'; declare global { const __DATE__: string; const __RELOAD_SW__: boolean; + + // Enable images with query params + declare module '*&img'; + namespace App { // interface Error {} interface Locals {