Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 386 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 386 Bytes

How to run

deno run --allow-net --allow-read --allow-write --unstable app.ts

Using Denon

-----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