netlify-ip/.vscode/settings.json
2023-07-11 07:56:48 +02:00

9 lines
No EOL
231 B
JSON

{
"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"
}