point the resource to the nextjs server for maintenance screen

This commit is contained in:
Pallavi Kumari
2025-11-06 20:27:24 +05:30
committed by Owen Schwartz
parent 1d862131dd
commit d82535d3e1
6 changed files with 86 additions and 224 deletions

View File

@@ -23,7 +23,6 @@ import { initCleanup } from "#dynamic/cleanup";
import license from "#dynamic/license/license";
import { initLogCleanupInterval } from "@server/lib/cleanupLogs";
import { fetchServerIp } from "@server/lib/serverIpService";
import { startMaintenanceServer } from "./maintenance/maintenance-server.js";
async function startServers() {
await setHostMeta();
@@ -56,8 +55,6 @@ async function startServers() {
integrationServer = createIntegrationApiServer();
}
startMaintenanceServer();
await initCleanup();
return {