jokull/supabase/functions/deno.jsonc

8 lines
215 B
Plaintext
Raw Normal View History

2024-04-09 21:05:05 +00:00
{
"imports": {
// The dollar sign in front of "std" isn't special - it's an optional
// convention to show that $std is an alias set up in an import map
"$std/": "https://deno.land/std@0.221.0/"
}
}