Files
social-app/infra/docker/volumes/functions/main/index.ts
T
qzl ad06fe7de4 refactor: align backend layout and supabase infra
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
2026-02-05 15:13:06 +08:00

6 lines
121 B
TypeScript

Deno.serve(() => new Response("Supabase Edge Functions ready", {
headers: {
"content-type": "text/plain",
},
}))