From 4fbe02b299472ceb101bc18225459e4d3cc4f7c9 Mon Sep 17 00:00:00 2001 From: Omar Hawwash <81506354+OmarMHawash@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:52:45 +0200 Subject: [PATCH] docs: updated medusa develop command (#5698) --- www/apps/docs/content/admin/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/docs/content/admin/widgets.md b/www/apps/docs/content/admin/widgets.md index 93c18718cf..d47f1c045a 100644 --- a/www/apps/docs/content/admin/widgets.md +++ b/www/apps/docs/content/admin/widgets.md @@ -1085,7 +1085,7 @@ You also export the object `config` of type `WidgetConfig`, which is another wid To test out your widget, run the following command in the root backend directory: ```bash -npx @medusajs/medusa-cli@latest develop +npx medusa develop ``` This command will build your backend and admin, then runs the backend.