Files
zellyy-finance/src/lib/supabase/index.ts
gpt-engineer-app[bot] 439653fa2f Remove on-premise Supabase test code
Remove code related to on-premise Supabase testing.
2025-03-15 22:35:44 +00:00

16 lines
391 B
TypeScript

import { supabase, isValidUrl } from './client';
import { createRequiredTables, checkTablesStatus } from './setup';
import { customFetch } from './customFetch';
import { modifyStorageApiRequest, getStorageApiHeaders } from './storageUtils';
export {
supabase,
isValidUrl,
createRequiredTables,
checkTablesStatus,
customFetch,
modifyStorageApiRequest,
getStorageApiHeaders
};