fixed bug with spreadsheet import

This commit is contained in:
GotthardG 2024-12-10 16:41:49 +01:00
parent 250e090133
commit c818cfc477

View File

@ -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