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
Utilizing Vite's [`loadEnv`](https://vite.dev/guide/api-javascript.html#loadenv) function, this CLI tool loads `.env` files and spawns a child-process with access to the exposed environment variables. This is useful when you want to adopt Vite's mode handling with other tools.
10
+
Utilizing Vite's [`loadEnv`](https://vite.dev/guide/api-javascript.html#loadenv) function, this CLI tool loads `.env` files and spawns a childprocess with access to the exposed environment variables. This is useful when you want to adopt Vite's mode handling with other tools.
11
11
12
12
**Features**
13
13
14
-
- loads `.env` matching the specicied mode
14
+
- loads `.env` matching the specified mode
15
15
- filters prefixed environment variables, e.g. `VITE_`
16
16
- expands environment variables
17
17
@@ -58,7 +58,7 @@ For ease of use, it's recommended to create tasks in your `deno.json` file:
58
58
59
59
> [!WARNING]
60
60
>
61
-
> The following example is a simplied for brevity. You likely want to define fine-grained permissions according to your needs.
61
+
> The following example is simplified for brevity. You likely want to define fine-grained permissions according to your needs.
0 commit comments