mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
4e38749ccb
commit
cd4b021aec
4 changed files with 9 additions and 8 deletions
|
|
@ -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());
|
||||
};
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ export const configureLoggers = (silent = false): Promise<void> =>
|
|||
},
|
||||
{
|
||||
category: ["logtape", "meta"],
|
||||
level: "error",
|
||||
lowestLevel: "error",
|
||||
},
|
||||
{
|
||||
category: "plugin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue