o2o-infinith-demo/supabase/functions/discover-channels/deno.json
Haewon Kam 5239ad7382 chore: add deno.json for new Edge Functions
Required by Supabase deploy to resolve @supabase/functions-js import.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 22:04:13 +09:00

6 lines
85 B
JSON

{
"imports": {
"@supabase/functions-js": "jsr:@supabase/functions-js@^2"
}
}