chore: build fixes
This commit is contained in:
parent
e4cf1d6297
commit
ebfd3f433a
16 changed files with 16 additions and 7 deletions
|
|
@ -3,6 +3,7 @@
|
|||
'use strict'
|
||||
|
||||
const path = require('path')
|
||||
const os = require('os')
|
||||
require('dotenv').config({ path: process.env.NODE_ENV === 'production' ? path.resolve(os.homedir(), '.lamassu', '.env') : path.resolve(__dirname, '../.env') })
|
||||
|
||||
const setEnvVariable = require('../tools/set-env-var')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue