Skip to content

Commit

Permalink
[RAB-4] Fix vscode settings functions path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Miklaszewski committed Apr 26, 2023
2 parents e9a11c4 + 08fd686 commit b47dbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.enablePaths": ["./packages/supabase/functions"],
"deno.importMap": "./packages/supabase/functions/import_map.json"
"deno.enablePaths": ["./packages/functions/supabase/functions"],
"deno.importMap": "./packages/functions/supabase/functions/import_map.json"
}

0 comments on commit b47dbda

Please sign in to comment.