mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
add server init method to config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user