mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 17:44:44 +02:00
add server init method to config
This commit is contained in:
parent
66191a9610
commit
e694817b57
2 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue