chore(#29): update generate database types location

This commit is contained in:
OllyNicholass
2024-09-17 19:28:03 +01:00
parent 2b2e3e6063
commit 49a9b079ea
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// for information about these interfaces
// and what to do when importing types
import { SupabaseClient, Session, User } from '@supabase/supabase-js';
import type { Database } from '$lib/generated/supabase-schema';
import type { Database } from '$lib/types/supabase';
declare global {
const __DATE__: string;
const __RELOAD_SW__: boolean;