Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nhrones committed Dec 29, 2024
1 parent 78f29ce commit 4e28cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4e28cca

Please sign in to comment.