From 78232cfc0e1a709f5101ecc8795b7efae0d6659f Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 3 Feb 2024 16:01:37 -0500 Subject: [PATCH] fix wrong dev command in react client --- docs/setup/clients/official/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/clients/official/react.md b/docs/setup/clients/official/react.md index f793b31..487be5e 100644 --- a/docs/setup/clients/official/react.md +++ b/docs/setup/clients/official/react.md @@ -44,7 +44,7 @@ pnpm install To start the client for development, run ```bash -pnpm start +pnpm dev ``` To build static files for the web (i.e. when hosting it yourself), run