From ee6f208cf79e4097fd779f51521d9b931c9dcd26 Mon Sep 17 00:00:00 2001 From: darian Date: Tue, 5 Nov 2024 10:53:02 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508577acd..110f84414 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ pnpm dev #this will start the project in hot reload mode for backend containers. other options to start the local env are: ```sh -pnpm dev:debug #backend containers will not have hot reload feture enabled but will expose and have node `--inspect` option set with wallet container debug port set to 9229 and boutique port set to 9230. Once the containers are running, you can connect your debugger (e.g., Chrome DevTools, VS Code) +pnpm dev:debug #backend containers will not have hot reload feature enabled but will expose and have node `--inspect` option set with wallet container debug port set to 9229 and boutique port set to 9230. Once the containers are running, you can connect your debugger (e.g., Chrome DevTools, VS Code) ``` and: