STAGINGIsolated from production
WikaChat Staging
Testing environment mirroring the WikaChat production architecture. Connected to the external wikachat-staging Supabase project. No production credentials, URLs, or data are used here.
External Supabase connection
Checking…
Next steps
- Mirror production routes under
src/routes/ - Add server functions for staging data access in
src/lib/*.functions.ts - Use
getSupabaseAdmin()/createUserSupabaseClient()from@/integrations/supabase/client.server