From ba7e5ce71783084bdec8b72e5b86e6b8c80f3d14 Mon Sep 17 00:00:00 2001 From: Kijana Woodard Date: Fri, 21 Nov 2025 11:35:13 -0600 Subject: [PATCH] Remove watch mode option from aspire-run documentation Removed documentation for the '-w, --watch' option from aspire-run command. --- .../src/content/docs/reference/cli/commands/aspire-run.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx b/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx index 22a9be23..4ac1d498 100644 --- a/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx +++ b/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx @@ -49,10 +49,6 @@ The following options are available: - -- **`-w, --watch`** - - Start project resources in watch mode. - - -