ad06fe7de4
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
Deno.serve(() => new Response("Supabase Edge Functions ready", {
|
|
headers: {
|
|
"content-type": "text/plain",
|
|
},
|
|
}))
|