From fcf9e70d54bd737d2dea848d25314120f37db503 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 18 Jan 2026 02:58:27 +0000 Subject: [WIP] Heartbeat checkpoint - 2026-01-18 02:58:27 UTC --- apps/mobile/lib/index.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/mobile/lib/index.ts (limited to 'apps/mobile/lib/index.ts') diff --git a/apps/mobile/lib/index.ts b/apps/mobile/lib/index.ts new file mode 100644 index 0000000..8213fb0 --- /dev/null +++ b/apps/mobile/lib/index.ts @@ -0,0 +1,18 @@ +/** + * Library exports + */ +export { supabase, SUPABASE_URL } from './supabase'; +export { config, getApiBaseUrl, API_CONFIG } from './config'; +export { + signIn, + signOut, + getSession, + getCurrentUser, + refreshSession, + isAuthenticated, + signUp, + type AuthResult, + type SignInResult, + type SessionResult, + type UserResult, +} from './auth'; -- cgit v1.2.3