fix(web): add default value for project.json schema style (#7693)

This commit is contained in:
Nicholas Cunningham 2021-11-10 15:56:25 -07:00 committed by GitHub
parent e818f61806
commit 6c7891cf34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,8 @@
"description": "External Styles which will be included with the application", "description": "External Styles which will be included with the application",
"items": { "items": {
"$ref": "#/definitions/extraEntryPoint" "$ref": "#/definitions/extraEntryPoint"
} },
"default": []
}, },
"budgets": { "budgets": {
"description": "Budget thresholds to ensure parts of your application stay within boundaries which you set.", "description": "Budget thresholds to ensure parts of your application stay within boundaries which you set.",