diff --git a/aio/content/cli/help/build-info.json b/aio/content/cli/help/build-info.json index 2070c57a0ae7..1e0209435eb5 100644 --- a/aio/content/cli/help/build-info.json +++ b/aio/content/cli/help/build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "6af564e399fc9bee5d7a3989856bc81fac6f83bb" + "sha": "7b7b06a029295715b57b1a602b5021d0d0853bb3" } \ No newline at end of file diff --git a/aio/content/cli/help/serve.json b/aio/content/cli/help/serve.json index a72b98fe0a6c..e4544b55a30a 100644 --- a/aio/content/cli/help/serve.json +++ b/aio/content/cli/help/serve.json @@ -31,6 +31,12 @@ "default": false, "description": "Don't verify connected clients are part of allowed hosts." }, + { + "name": "force-esbuild", + "type": "boolean", + "default": false, + "description": "Force the development server to use the 'browser-esbuild' builder when building. This is a developer preview option for the esbuild-based build system." + }, { "name": "help", "type": "boolean",