fixed bug with spreadsheet import
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user