From 4e28cca32fb41827c1864da80ed1232d45211a0c Mon Sep 17 00:00:00 2001 From: NDH Date: Sun, 29 Dec 2024 13:12:13 -0500 Subject: [PATCH] Update tasks.json --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 753d548..d9b2875 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,12 +4,12 @@ { "label": "RUN", "type": "shell", - "command": "deno run --allow-all https://jsr.io/@ndh/simple/1.0.1/mod.ts" + "command": "deno run --allow-all --no-config https://jsr.io/@ndh/simple/1.0.1/mod.ts" }, { "label": "BUILD", "type": "shell", - "command": "deno run --allow-all https://jsr.io/@ndh/build/1.0.6/mod.ts" + "command": "deno run --allow-all --no-config https://jsr.io/@ndh/build/1.0.6/mod.ts" }, { "label": "HOT",