Merge pull request #1414 from chaotixkilla/fix-environment-path-loading-release
[Release] Fix environment loading path
This commit is contained in:
commit
c003cc81f8
1 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
require('dotenv').config()
|
||||
const path = require('path')
|
||||
|
||||
require('dotenv').config({ path: path.resolve(__dirname, '../.env') })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue