7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
// Export Supabase clients
|
|
export { supabase } from './client'
|
|
export { supabaseAdmin } from './server'
|
|
|
|
// Export types (will be generated later)
|
|
export type { Database } from './types'
|