add server init method to config

This commit is contained in:
miloschwartz 2025-06-25 12:18:29 -04:00
parent 66191a9610
commit e694817b57
No known key found for this signature in database
2 changed files with 10 additions and 8 deletions

View file

@ -9,6 +9,7 @@ import { createIntegrationApiServer } from "./integrationApiServer";
import config from "@server/lib/config";
async function startServers() {
await config.initServer();
await runSetupFunctions();
// Start all servers