fix: environment path loading
This commit is contained in:
parent
68a52248c0
commit
60d36e89a1
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