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
@@ -18,7 +18,7 @@
// TODO: remove entity imports
import { Channel, Recipient, Tag, ThreadMember } from "@spacebar/util";
import { HTTPError } from "lambert-server";
import { HTTPError } from "lambert-server/HTTPError";
import { Snowflake } from "../../Identifiers";
import { PartialUser, PublicMember } from "../users";