bundledFunctionSlugs top-level constant
Edge Function slugs bundled into assets/functions/<slug>/.
The setup flow deploys each one to the user's Supabase via the
Management API immediately after the schema is applied.
Implementation
const List<String> bundledFunctionSlugs = [
'ai-proxy',
'integrations-oauth-start',
'integrations-oauth-callback',
'integrations-test',
'integrations-disconnect',
'slack-bot',
'slack-notify',
'slack-channels',
'notion-sync',
'notion-databases',
'lucca-sync',
'lucca-webhook',
];