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

This commit is contained in:
Rory&
2026-06-11 18:16:31 +02:00
parent d84b8707ee
commit 2c1be0fa53
85 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ import {
USER_MENTION,
Webhook,
} from "@spacebar/util";
import { HTTPError } from "lambert-server";
import { HTTPError } from "lambert-server/HTTPError";
import { Equal, In, Or } from "typeorm";
import {
ActionRowComponent,
+1 -1
View File
@@ -1,7 +1,7 @@
import { handleMessage, postHandleMessage } from "@spacebar/api";
import { Attachment, Channel, Config, DiscordApiErrors, emitEvent, FieldErrors, Message, MessageCreateEvent, Snowflake, uploadFile, ValidateName, Webhook } from "@spacebar/util";
import { Request, Response } from "express";
import { HTTPError } from "lambert-server";
import { HTTPError } from "lambert-server/HTTPError";
import { MoreThan } from "typeorm";
import { WebhookExecuteSchema } from "@spacebar/schemas";