We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deno.json
1 parent bcc8ab1 commit 6e8db7eCopy full SHA for 6e8db7e
test/deno/deno.json
@@ -1,3 +1,11 @@
1
{
2
- "lock": false
+ "lock": false,
3
+ "imports": {
4
+ "@supabase/realtime-js": "npm:@supabase/realtime-js",
5
+ "@supabase/functions-js": "npm:@supabase/functions-js",
6
+ "@supabase/postgrest-js": "npm:@supabase/postgrest-js",
7
+ "@supabase/auth-js": "npm:@supabase/auth-js",
8
+ "@supabase/storage-js": "npm:@supabase/storage-js",
9
+ "@supabase/node-fetch": "npm:@supabase/node-fetch"
10
+ }
11
}
0 commit comments