Fix ping new integer

This commit is contained in:
Owen
2025-08-14 11:11:01 -07:00
parent d5a11edd0c
commit aabfa91f80
2 changed files with 11 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import { createNextServer } from "./nextServer";
import { createInternalServer } from "./internalServer";
import { ApiKey, ApiKeyOrg, Session, User, UserOrg } from "@server/db";
import { createIntegrationApiServer } from "./integrationApiServer";
import { createHybridClientServer } from "./privateHybridServer.js";
import { createHybridClientServer } from "./hybridServer";
import config from "@server/lib/config";
async function startServers() {