diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1330,11 +1330,11 @@ bun run relay-compiler --schema foo.graphql `bun --hot` enables hot reloading of code in Bun's JavaScript runtime. This is a very experimental feature available in Bun v0.2.0. -Unlike file watchers like `nodemon`, `bun --hot` won't crash your HTTP server. +Unlike file watchers like `nodemon`, `bun --hot` can keep stateful objects like the HTTP server running. -**Left**: Bun v0.2.0 with `--hot` enabled - -**Right**: Nodemon (Node) +| | | +| -------------- | ----------- | +| :-- Bun v0.2.0 | Nodemon --: |  |
