Files
social-app/infra/docker/volumes/functions/main/index.ts
T

6 lines
121 B
TypeScript
Raw Normal View History

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