File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 105
105
"type" : " string"
106
106
},
107
107
"inline" : {
108
- "description" : " TODO ." ,
108
+ "description" : " Enable inline mode to include client scripts in bundle (CLI-only) ." ,
109
109
"type" : " boolean"
110
110
},
111
111
"public" : {
112
- "description" : " TODO ." ,
112
+ "description" : " The public hostname/ip address of the server ." ,
113
113
"type" : " string"
114
114
},
115
115
"https" : {
146
146
"type" : " boolean"
147
147
},
148
148
"features" : {
149
- "description" : " TODO ." ,
149
+ "description" : " The order of which the features will be triggered ." ,
150
150
"type" : " array"
151
151
},
152
152
"compress" : {
153
153
"description" : " Gzip compression for all requests." ,
154
154
"type" : " boolean"
155
155
},
156
156
"proxy" : {
157
- "description" : " TODO ." ,
157
+ "description" : " Proxy requests to another server ." ,
158
158
"anyOf" : [
159
159
{
160
160
"type" : " string"
168
168
]
169
169
},
170
170
"historyApiFallback" : {
171
- "description" : " TODO ." ,
171
+ "description" : " 404 fallback to a specified file ." ,
172
172
"anyOf" : [
173
173
{
174
174
"type" : " boolean"
You can’t perform that action at this time.
0 commit comments