Skip to content

Commit

Permalink
feat: add --allow-env, --allow-net and --allow-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Dec 9, 2023
1 parent 7f8b759 commit f689af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_home/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [[ ! -f /config/reactive-home/import_map.json ]]; then
fi

deno run --lock=/deno.lock --allow-read=/config/reactive-home/import_map.json,/config.yaml --allow-write=/config/reactive-home/import_map.json /update-import-map.ts
deno run --lock=/deno.lock --allow-run --allow-read /run.ts --root /config/reactive-home
deno run --lock=/deno.lock --allow-env --allow-net --allow-run --allow-sys --allow-read /run.ts --root /config/reactive-home

0 comments on commit f689af1

Please sign in to comment.