mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 23:09:53 +00:00
fix config circular dependency (#296)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import express from "express";
|
||||
import http from "http";
|
||||
import promClient from "prom-client";
|
||||
import { getServerConfigFromServer } from "../core/configuration/Config";
|
||||
import { getServerConfigFromServer } from "../core/configuration/ConfigLoader";
|
||||
|
||||
const config = getServerConfigFromServer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user