File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2279,6 +2279,7 @@ paths:
22792279 enum :
22802280 - all
22812281 - dev
2282+ - dev-server
22822283 - branch-deploy
22832284 - deploy-preview
22842285 - production
@@ -2402,6 +2403,7 @@ paths:
24022403 enum :
24032404 - all
24042405 - dev
2406+ - dev-server
24052407 - branch-deploy
24062408 - deploy-preview
24072409 - production
@@ -8613,6 +8615,7 @@ components:
86138615 enum :
86148616 - all
86158617 - dev
8618+ - dev-server
86168619 - branch-deploy
86178620 - deploy-preview
86188621 - production
@@ -8656,6 +8659,7 @@ components:
86568659 description : The deploy context where this value will be applied
86578660 enum :
86588661 - dev
8662+ - dev-server
86598663 - branch-deploy
86608664 - deploy-preview
86618665 - production
Original file line number Diff line number Diff line change 30763076 "enum" : [
30773077 " all" ,
30783078 " dev" ,
3079+ " dev-server" ,
30793080 " branch-deploy" ,
30803081 " deploy-preview" ,
30813082 " production"
32313232 "enum" : [
32323233 " all" ,
32333234 " dev" ,
3235+ " dev-server" ,
32343236 " branch-deploy" ,
32353237 " deploy-preview" ,
32363238 " production"
1123711239 "enum" : [
1123811240 " all" ,
1123911241 " dev" ,
11242+ " dev-server" ,
1124011243 " branch-deploy" ,
1124111244 " deploy-preview" ,
1124211245 " production" ,
1128311286 "type" : " string" ,
1128411287 "enum" : [
1128511288 " dev" ,
11289+ " dev-server" ,
1128611290 " branch-deploy" ,
1128711291 " deploy-preview" ,
1128811292 " production" ,
You can’t perform that action at this time.
0 commit comments