refactor: fix import statement for config module in runtimeConfig service

This commit is contained in:
Tudor Stanciu 2025-10-04 19:43:01 +03:00
parent 1316e9b151
commit 1025d51d8c

View File

@ -1,7 +1,7 @@
import { writeFileSync, existsSync } from 'fs'; import { writeFileSync, existsSync } from 'fs';
import { join } from 'path'; import { join } from 'path';
import logger from './logger.js'; import logger from './logger.js';
import config from './config.js'; import config from './config';
/** /**
* Generates the runtime configuration file (env.js) for the frontend * Generates the runtime configuration file (env.js) for the frontend