chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-05-19 14:35:27 +02:00
parent 980b902927
commit affe456fb8
No known key found for this signature in database
5 changed files with 78 additions and 77 deletions

View file

@ -43,5 +43,6 @@ export const applyToHono = (app: Hono<HonoEnv>): void => {
});
serverAdapter.setBasePath("/admin/queues");
// @ts-expect-error idk why it's like this
app.route("/admin/queues", serverAdapter.registerPlugin());
};