Skip to content

Commit

Permalink
更新"tasks"配置以编译main.ts文件至output目录
Browse files Browse the repository at this point in the history
  • Loading branch information
scgm0 committed Jul 16, 2024
1 parent f0982ad commit 7df2b23
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": {
"compile": "deno compile --allow-read --allow-write ./main.ts --output ./output/"
"compile": "deno compile --allow-read --allow-write --output ./output/ ./main.ts"
}
}

0 comments on commit 7df2b23

Please sign in to comment.