You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1155,7 +1155,10 @@
1155
1155
"env": {
1156
1156
"type": "object",
1157
1157
"description": "Environment variables defined as a key value pair. Property ends up being the Environment Variable and the value of the property ends up being the value of the Env Variable.",
1158
-
"default": {}
1158
+
"default": {},
1159
+
"additionalProperties": {
1160
+
"type": "string"
1161
+
}
1159
1162
},
1160
1163
"envFile": {
1161
1164
"type": "string",
@@ -1282,7 +1285,10 @@
1282
1285
"env": {
1283
1286
"type": "object",
1284
1287
"description": "Environment variables defined as a key value pair. Property ends up being the Environment Variable and the value of the property ends up being the value of the Env Variable.",
0 commit comments