fixed bug with spreadsheet import
This commit is contained in:
parent
250e090133
commit
c818cfc477
@ -6,7 +6,7 @@ import path from 'path';
|
||||
import util from 'util';
|
||||
|
||||
// Determine the environment
|
||||
const environment = process.env.NODE_ENV || 'development';
|
||||
const environment = process.env.NODE_ENV || 'dev';
|
||||
const configFile = `config_${environment}.json`;
|
||||
|
||||
// Load the appropriate configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user