diff options
-rw-r--r-- | README.md | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -1332,9 +1332,28 @@ bun run relay-compiler --schema foo.graphql Unlike file watchers like `nodemon`, `bun --hot` can keep stateful objects like the HTTP server running. -| | | -| :--------- | ------: | -| Bun v0.2.0 | Nodemon | +<table> +<tr> +<th align="center"> +<img width="441" height="1"> +<p> +<small> +Bun v0.2.0 +</small> +</p> +</th> +<th align="center"> +<img width="441" height="1"> +<p> +<small> +Nodemon +</small> +</p> +</th> +</tr> +<tr> +</tr> +</table>  |