refactor: fix import statement for config module in runtimeConfig service

This commit is contained in:
Tudor Stanciu 2025-10-04 18:57:29 +03:00
parent fcbea476a5
commit 1d4fd809bf

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'; import config from './config.js';
/** /**
* Generates the runtime configuration file (env.js) for the frontend * Generates the runtime configuration file (env.js) for the frontend