Use subpath imports for lambert-server, fix openapi.js

This commit is contained in:
Rory&
2026-06-12 17:58:18 +02:00
parent d84b8707ee
commit 2c1be0fa53
85 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -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";