mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
refactor: fix import statement for config module in runtimeConfig service
This commit is contained in:
parent
1316e9b151
commit
1025d51d8c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user