Skip to content

Commit

Permalink
add new task molt
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Oct 27, 2024
1 parent 496a93b commit e38abb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"lock": false,
"tasks": {
"dev": "deno run -A --watch main.ts"
"dev": "deno run -A --watch main.ts",
"molt": "deno run --allow-env --allow-read --allow-write='~/.local,.' --allow-run=git,deno --allow-net=jsr.io jsr:@molt/cli --write"
},
"imports": {
"@std/http": "jsr:@std/http@^0.224.5"
"@std/http": "jsr:@std/http@^1.0.0"
}
}

0 comments on commit e38abb2

Please sign in to comment.