diff options
| author | 2022-10-12 19:10:01 -0700 | |
|---|---|---|
| committer | 2022-10-12 19:10:01 -0700 | |
| commit | da66bed946201f1e4b1845e852a9e4cb2768853d (patch) | |
| tree | 95b9709b86d82d3c56dd2d669a213bd31a0be8de | |
| parent | 58fe024aea692035fabfa989b8f1a475f30abc27 (diff) | |
| download | bun-da66bed946201f1e4b1845e852a9e4cb2768853d.tar.gz bun-da66bed946201f1e4b1845e852a9e4cb2768853d.tar.zst bun-da66bed946201f1e4b1845e852a9e4cb2768853d.zip | |
Update README.md
| -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 --: |  |
