From 1012bec9122a58fc74ec708fc0f4d732ca4c2b61 Mon Sep 17 00:00:00 2001 From: gfanton <8671905+gfanton@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:01:23 +0200 Subject: [PATCH] chore: lint Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com> --- docs/gno-tooling/cli/gnodev.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/gno-tooling/cli/gnodev.md b/docs/gno-tooling/cli/gnodev.md index 2f0b340d629..a0e0fb7aeee 100644 --- a/docs/gno-tooling/cli/gnodev.md +++ b/docs/gno-tooling/cli/gnodev.md @@ -15,8 +15,9 @@ local instance of `gnoweb`, allowing you to see the rendering of your Gno code i the **examples** folder and any user-specified paths. - **Web Interface Server**: Gnodev automatically starts a `gnoweb` server on [`localhost:8888`](https://localhost:8888). -- **Balances and Keybase Customization**: Users can set balances, load from a file, or add users via a flag. -- **Hot Reload**: Gnodev monitors the **examples** folder and any specified for +- **Balances and Keybase Customization**: Users can set account balances, load them from a file, or add new + accounts via a flag. +- **Hot Reload**: Gnodev monitors the **examples** folder, as well as any folder specified as an argument for file changes, reloading and automatically restarting the node as needed. - **State Maintenance**: Gnodev replays all transactions in between reloads, ensuring the previous node state is preserved.