We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all congrats to the launch. Migration to 2.x was seamless Current setup
{ "unstable": ["net"], "tasks": { "dev": "deno --allow-env --allow-run --allow-read --allow-net --env main.ts" }, }
Is it possible to run it like the following?
{ "unstable": ["net"], "tasks": { "dev": "deno --env main.ts" }, "allow" : ["read","env","net"] }
The text was updated successfully, but these errors were encountered:
@lucacasonato @bartlomieju
it suggestion Can I work on this?
Sorry, something went wrong.
Duplicate of #12763
No branches or pull requests
First of all congrats to the launch. Migration to 2.x was seamless
Current setup
Is it possible to run it like the following?
The text was updated successfully, but these errors were encountered: