From 15cf8591b3e3082d0c8c7fe6e61903833fe25a4f Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 25 Oct 2024 09:37:50 +1100 Subject: [PATCH] Fix dev docs (#8357) --- docs/docs/develop/react-frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/develop/react-frontend.md b/docs/docs/develop/react-frontend.md index 4536372e31..8843419ee4 100644 --- a/docs/docs/develop/react-frontend.md +++ b/docs/docs/develop/react-frontend.md @@ -31,7 +31,7 @@ Run the command `invoke int.frontend-compile`. Wait for this to finish After finishing the install, you need to launch a frontend server to be able to view the new UI. Using the previously described ways of running commands, execute the following: -`invoke dev.frontend-dev` in your environment +`invoke dev.frontend-server` in your environment This command does not run as a background daemon, and will occupy the window it's ran in. ### Accessing