mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 19:13:48 +00:00
chore(#29): update generate database types location
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user