Skip to content

Commit 6e8db7e

Browse files
committed
chore: add imports section to deno.json
1 parent bcc8ab1 commit 6e8db7e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/deno/deno.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
{
2-
"lock": false
2+
"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+
}
311
}

0 commit comments

Comments
 (0)