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
* The variables to be imported. If a variable with the same key already exists, it will be overwritten when `override` is `true`.
7
7
*
8
-
* There are two ways to specify the variables:
9
-
*
10
-
* 1. As a record of key-value pairs. e.g. `{ "key1": "value1", "key2": "value2" }`
11
-
* 2. As an "uploadable" object in dotenv format. An uploadable can be a Node readable stream, a string, or a Buffer. You can also pass the return value of a `fetch` call.
8
+
* To specify the variables, you can pass them in as a record of key-value pairs. e.g. `{ "key1": "value1", "key2": "value2" }`
0 commit comments