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: adev/src/content/cli/help/build.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,15 @@
166
166
],
167
167
"description": "Define the output filename cache-busting hashing mode."
168
168
},
169
+
{
170
+
"name": "output-mode",
171
+
"type": "string",
172
+
"enum": [
173
+
"static",
174
+
"server"
175
+
],
176
+
"description": "Defines the build output target. 'static': Generates a static site for deployment on any static hosting service. 'server': Produces an application designed for deployment on a server that supports server-side rendering (SSR)."
0 commit comments