refactor: fix import statement for config module in runtimeConfig service

This commit is contained in:
Tudor Stanciu 2025-10-04 19:44:18 +03:00
parent 1025d51d8c
commit 798025a971

View File

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