chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-11-28 10:26:28 +01:00
parent 4e38749ccb
commit cd4b021aec
No known key found for this signature in database
4 changed files with 9 additions and 8 deletions

View file

@ -37,5 +37,6 @@ export const applyToHono = (app: OpenAPIHono<HonoEnv>): void => {
});
serverAdapter.setBasePath("/admin/queues");
// @ts-expect-error idk why this is not working
app.route("/admin/queues", serverAdapter.registerPlugin());
};