deno run --allow-net --allow-read --allow-write --unstable app.ts
-----install denon---------
deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://deno.land/x/[email protected]/denon.ts
------run app using denon----------
denon run --allow-net --allow-read --allow-write --unstable app.ts