netlify-ip/.vscode/settings.json

9 lines
231 B
JSON
Raw Normal View History

2023-07-11 07:56:48 +02:00
{
"deno.enable": true,
"deno.enablePaths": [
"netlify/edge-functions"
],
"deno.unstable": true,
"deno.importMap": ".netlify/edge-functions-import-map.json",
"deno.path": "/home/laura/.config/netlify/deno-cli/deno"
}