Skip to content

Commit 79f1db1

Browse files
committed
fix(@angular/build): correctly handle false value in server option
The schema included a top-level `type`, preventing this option from functioning correctly. Closes: angular#29969
1 parent 088a4cb commit 79f1db1

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"description": "The full path for the browser entry point to the application, relative to the current workspace."
1818
},
1919
"server": {
20-
"type": "string",
2120
"description": "The full path for the server entry point to the application, relative to the current workspace.",
2221
"oneOf": [
2322
{

0 commit comments

Comments
 (0)