Created migrate-helper edge func

X-Lovable-Edit-ID: edt-bf920880-401a-4b36-8977-1075bb315815
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-13 05:02:32 +00:00
co-authored by renee-png
@@ -0,0 +1,5 @@
Deno.serve(async (_req) => {
return new Response(JSON.stringify({ ok: true }), {
headers: { "Content-Type": "application/json" },
});
});