Skip to content

Commit 1c4af8d

Browse files
authored
docs: clarify outputMode description in application schema
Updates the description for the property in the application builder's schema. This change clarifies that both 'static' and 'server' modes generate build artifacts, and specifies that the 'server' mode is required for applications using hybrid rendering or APIs.
1 parent 4eb22bc commit 1c4af8d

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/build/src/builders/application

1 file changed

+1
-1
lines changed

packages/angular/build/src/builders/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
},
612612
"outputMode": {
613613
"type": "string",
614-
"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).",
614+
"description": "Defines the type of build output artifact. 'static': Generates a static site build artifact for deployment on any static hosting service. 'server': Generates a server application build artifact, required for applications using hybrid rendering or APIs.",
615615
"enum": ["static", "server"]
616616
}
617617
},

0 commit comments

Comments
 (0)