From 2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 11 Jun 2026 18:16:31 +0200 Subject: Use subpath imports for lambert-server, fix openapi.js --- src/api/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/Server.ts') diff --git a/src/api/Server.ts b/src/api/Server.ts index 9e4bb9373..f48f72200 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts @@ -19,7 +19,7 @@ import path from "node:path"; import { Request, Response, Router } from "express"; import morgan from "morgan"; -import { Server, ServerOptions } from "lambert-server"; +import { Server, ServerOptions } from "lambert-server/Server"; import { red } from "picocolors"; import { Config, ConnectionConfig, ConnectionLoader, Email, JSONReplacer, WebAuthn, initDatabase, initEvent, registerRoutes, getDatabase, getRevInfoOrFail } from "@spacebar/util"; import { Authentication, CORS, ImageProxy, BodyParser, ErrorHandler, initRateLimits, initTranslation } from "./middlewares"; -- cgit 1.5.1