mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-16 21:52:03 +00:00
Use subpath imports for lambert-server, fix openapi.js
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user