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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ Here are some of the benefits of using `dotenv-run`:
34
34
-[@dotenv-run/esbuild](#dotenv-runesbuild)
35
35
-[@ngx-env/builder](#ngx-envbuilder)
36
36
-[Testimonials](#testimonials)
37
-
-[Demos](#demos)
38
-
-[Quick start](#quick-start-1)
37
+
-[Demos](#demos)
38
+
-[Quick start](#quick-start-1)
39
39
-[@dotenv-run/webpack](#dotenv-runwebpack)
40
40
-[@dotenv-run/rollup](#dotenv-runrollup)
41
41
-[@dotenv-run/vite](#dotenv-runvite)
@@ -184,7 +184,7 @@ NB: Angular not Angular.js :P
184
184
185
185
#### Demos
186
186
187
-
-[v19 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
187
+
-[v20 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
188
188
-[v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)
189
189
190
190
#### Quick start
@@ -288,8 +288,8 @@ export default {
288
288
importenvfrom"@dotenv-run/vite";
289
289
290
290
exportdefault {
291
-
envPrefix:'MY_PREFIX_',
292
-
envDir:'./my-env-directory',
291
+
envPrefix:"MY_PREFIX_",
292
+
envDir:"./my-env-directory",
293
293
plugins: [env()],
294
294
};
295
295
```
@@ -299,13 +299,13 @@ export default {
299
299
[`@dotenv-run/rspack`](https://www.npmjs.com/package/@dotenv-run/rspack) is a plugin for Rspack that can be used to inject environment variables into your applications.
0 commit comments