Merge pull request #1414 from chaotixkilla/fix-environment-path-loading-release

[Release] Fix environment loading path
This commit is contained in:
Rafael Taranto 2022-10-17 22:48:18 +01:00 committed by GitHub
commit c003cc81f8

View file

@ -1 +1,3 @@
require('dotenv').config()
const path = require('path')
require('dotenv').config({ path: path.resolve(__dirname, '../.env') })