fix: use env.json in both client and server (#42359)
This commit is contained in:
committed by
GitHub
parent
104cbc596e
commit
3875c6e619
@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const env = require('../../../config/env');
|
||||
const env = require('../../../config/read-env');
|
||||
const { availableLangs } = require('../../../config/i18n/all-langs');
|
||||
|
||||
const globalConfigPath = path.resolve(__dirname, '../../../config');
|
||||
|
Reference in New Issue
Block a user