deno_cli_lib_windmill 0.104.0

Deno cli lib for the needs of windmill
1
2
3
4
Permission flags have likely been incorrectly set after the script argument.
To grant permissions, set them before the script argument. For example:
    deno run --allow-read=. main.js
Hello World