diff --git a/.vscode/settings.json b/.vscode/settings.json index 78f9b00..2c3e5e7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }