Files
HKSingleParty/99_references/supabase-examples/edge-functions/app/src/functionsList.js
2025-05-28 09:55:51 +08:00

7 lines
176 B
JavaScript

export const functionsList = [
'local: Whatever function is currently served by the CLI',
'browser-with-cors',
'select-from-table-with-auth-rls',
'send-email-smtp',
]