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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,12 @@
120
120
"WaitOnNormalExit",
121
121
"RedirectOutput"
122
122
]
123
-
}
123
+
},
124
+
"env": {
125
+
"type": "object",
126
+
"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