Skip to content

Commit

Permalink
fix: task run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcastrodev committed Sep 30, 2023
1 parent 495eba6 commit c8bbf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasks": {
"start": "deno run -A debug.ts",
"debug": "deno --inspect-brk -A debug.ts",
"debug": "deno run --inspect-brk -A debug.ts",
"format": "deno fmt",
"lint": "deno lint",
"test": "ENV_TYPE=test deno test --allow-env"
Expand Down

1 comment on commit c8bbf60

@vercel
Copy link

@vercel vercel bot commented on c8bbf60 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.