This commit is contained in:
Owen
2025-10-27 10:05:31 -07:00
parent c04d9eda6b
commit 80f43a9774
10 changed files with 36 additions and 37 deletions

View File

@@ -43,8 +43,7 @@ async function startServers() {
const apiServer = createApiServer();
const internalServer = createInternalServer();
let nextServer;
nextServer = await createNextServer();
const nextServer = await createNextServer();
if (config.getRawConfig().traefik.file_mode) {
const monitor = new TraefikConfigManager();
await monitor.start();