You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aio/content/cli/help/serve.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@
31
31
"default": false,
32
32
"description": "Don't verify connected clients are part of allowed hosts."
33
33
},
34
+
{
35
+
"name": "force-esbuild",
36
+
"type": "boolean",
37
+
"default": false,
38
+
"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."
0 commit comments