Skip to content

Commit

Permalink
docs: update flag for deno 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 2, 2024
1 parent a368e93 commit be1b01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DENO_ENV=development deno run --watch --allow-env --allow-read --allow-net serve

This will restart the server on file changes and will watch for changes in the `api` directory.

You can also use the `--unstable-hmr` flag instead of `--watch` to enable hot module reloading.
You can also use the `--watch-hmr` flag instead of `--watch` to enable hot module reloading.

## Routing

Expand Down

0 comments on commit be1b01d

Please sign in to comment.