summary refs log tree commit diff
path: root/src/cdn/Server.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-11 18:16:31 +0200
committerRory& <root@rory.gay>2026-06-12 17:58:18 +0200
commit2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69 (patch)
tree8f3bbf3f06d2e756da52fb8d6306a8734a4ff2b3 /src/cdn/Server.ts
parentAllow subpath imports, move extensions to separate module (diff)
downloadserver-ts-2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69.tar.xz
Use subpath imports for lambert-server, fix openapi.js
Diffstat (limited to 'src/cdn/Server.ts')
-rw-r--r--src/cdn/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdn/Server.ts b/src/cdn/Server.ts

index 8964161d..0bd6a8f4 100644 --- a/src/cdn/Server.ts +++ b/src/cdn/Server.ts
@@ -18,7 +18,7 @@ import path from "node:path"; import morgan from "morgan"; -import { Server, ServerOptions } from "lambert-server"; +import { Server, ServerOptions } from "lambert-server/Server"; import { Attachment, Config, initDatabase, registerRoutes } from "@spacebar/util"; import { CORS, BodyParser } from "@spacebar/api"; import guildProfilesRoute from "./routes/guild-profiles";