Skip to content

Commit

Permalink
fix(@angular/cli): add missing dev-server headers option in IDE schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Oct 15, 2020
1 parent 4d2f4ec commit 7c274bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/angular/cli/lib/config/schema.json
Expand Up @@ -1183,6 +1183,16 @@
"description": "Host to listen on.",
"default": "localhost"
},
"headers": {
"type": "object",
"description": "Custom HTTP headers to be added to all responses.",
"propertyNames": {
"pattern": "^[-_A-Za-z0-9]+$"
},
"additionalProperties": {
"type": "string"
}
},
"proxyConfig": {
"type": "string",
"description": "Proxy configuration file."
Expand Down

0 comments on commit 7c274bf

Please sign in to comment.