Skip to content

Commit

Permalink
Add deno.jsonc so we can do deno task run.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Aug 9, 2024
1 parent e38882e commit 561b68c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tasks": {
"run": "deno run --allow-net --allow-env main.ts"
}
}

0 comments on commit 561b68c

Please sign in to comment.