Skip to content

Commit 266bdf0

Browse files
committed
Add more schema descriptions
1 parent 2e87df4 commit 266bdf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/optionsSchema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@
105105
"type": "string"
106106
},
107107
"inline": {
108-
"description": "TODO.",
108+
"description": "Enable inline mode to include client scripts in bundle (CLI-only).",
109109
"type": "boolean"
110110
},
111111
"public": {
112-
"description": "TODO.",
112+
"description": "The public hostname/ip address of the server.",
113113
"type": "string"
114114
},
115115
"https": {
@@ -146,15 +146,15 @@
146146
"type": "boolean"
147147
},
148148
"features": {
149-
"description": "TODO.",
149+
"description": "The order of which the features will be triggered.",
150150
"type": "array"
151151
},
152152
"compress": {
153153
"description": "Gzip compression for all requests.",
154154
"type": "boolean"
155155
},
156156
"proxy": {
157-
"description": "TODO.",
157+
"description": "Proxy requests to another server.",
158158
"anyOf": [
159159
{
160160
"type": "string"
@@ -168,7 +168,7 @@
168168
]
169169
},
170170
"historyApiFallback": {
171-
"description": "TODO.",
171+
"description": "404 fallback to a specified file.",
172172
"anyOf": [
173173
{
174174
"type": "boolean"

0 commit comments

Comments
 (0)