Skip to content

Commit

Permalink
Add allow net on deno examples (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored Jan 26, 2025
1 parent ab6f225 commit 4a19a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ depends = ["lint:*"]
description = "Run a deno example"
depends = ["build:deno"]
env = { WEBVIEW_BIN = "../../../target/debug/deno-webview" }
run = "deno run -E -R --allow-run examples/{{arg(name=\"example\")}}.ts"
run = "deno run -E -R -N --allow-run examples/{{arg(name=\"example\")}}.ts"
dir = "src/clients/deno"

0 comments on commit 4a19a99

Please sign in to comment.