Skip to content

Commit

Permalink
Add --watch to back-end dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
brundonsmith committed Mar 2, 2024
1 parent 44ba569 commit 6313e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"tasks": {
"start": "deno task check && deno run --allow-net --allow-env index.ts",
"dev": "deno run --allow-net --allow-env --allow-read index.ts",
"dev": "deno run --allow-net --allow-env --allow-read --watch index.ts",
"check": "deno check index.ts && deno test",
"typegen": "deno run --allow-all ./generate-db-types.ts"
},
Expand Down

0 comments on commit 6313e9c

Please sign in to comment.