Skip to content

Commit

Permalink
添加"tasks"中的"compile"
Browse files Browse the repository at this point in the history
  • Loading branch information
scgm0 committed Jul 16, 2024
1 parent 4881750 commit aa54fbc
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,5 +1,5 @@
{
"tasks": {
"start": "deno run main.ts -h"
"compile": "deno compile --allow-read --allow-write ./main.ts"
}
}

0 comments on commit aa54fbc

Please sign in to comment.