Deno: run task
27 May 2023 (Updated 27 May 2023)
Given this deno.json
in your project root:
{
"imports": {
"std/": "https://deno.land/std@0.189.0/"
},
"tasks": {
"dev": "deno run --watch main.ts"
}
}
You can run the dev
task with:
deno task dev
Tagged:
Deno
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment