Content loader utility, Content directory structuur

This commit is contained in:
colinislit
2025-11-15 22:06:48 +01:00
parent dbde412465
commit 690e7b7c43
37 changed files with 9447 additions and 1035 deletions

6
lib/supabase/index.ts Normal file
View File

@@ -0,0 +1,6 @@
// Export Supabase clients
export { supabase } from './client'
export { supabaseAdmin } from './server'
// Export types (will be generated later)
export type { Database } from './types'