docs: Update custom-environment-variables.md (#3323)

This commit is contained in:
Sidhesh Parab 2023-10-29 21:21:45 +05:30 committed by GitHub
parent a21b2cfcc5
commit fc701ff3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
```