Skip to content

Commit b0cbb53

Browse files
change pathing
1 parent ca97e4a commit b0cbb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developers/components/built-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ This component is a [Resource Extension](./reference.md#resource-extension) and
7575

7676
```yaml
7777
loadEnv:
78-
files: './.env'
78+
files: '.env'
7979
```
8080

8181
This component matches the default behavior of dotenv where existing variables take precedence. Specify the `override` option in order to override existing environment variables assigned to `process.env`:
8282

8383
```yaml
8484
loadEnv:
85-
files: './.env'
85+
files: '.env'
8686
override: true
8787
```
8888

0 commit comments

Comments
 (0)