Skip to content

Commit

Permalink
docs: Update custom-environment-variables.md (#3323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Everlasting12 authored Oct 29, 2023
1 parent a21b2cf commit fc701ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides/cli/custom-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ And update `src/app.ts` as follows:
import * as dotenv from 'dotenv'
dotenv.config()

// or for ES6

import 'dotenv/config';

import configuration from '@feathersjs/configuration'
```

Expand Down

0 comments on commit fc701ff

Please sign in to comment.