Allow all
This commit is contained in:
parent
624ebe7090
commit
943351e374
1 changed files with 3 additions and 0 deletions
|
@ -33,8 +33,11 @@
|
|||
lockfile = "./deno.lock";
|
||||
config = "./deno.json";
|
||||
|
||||
additionalDenoFlags = "--allow-all";
|
||||
|
||||
allow = {
|
||||
all = true;
|
||||
read = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue