1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 10:05:38 +02:00

fix(backend): update and re-enable Bull Dashboard (#14648)

This commit is contained in:
zyoshoka
2024-09-29 18:44:55 +09:00
committed by GitHub
parent 0871156780
commit 1184436461
4 changed files with 72 additions and 107 deletions

View File

@@ -256,7 +256,7 @@ export class ClientServerService {
});
bullBoardServerAdapter.setBasePath(bullBoardPath);
//(fastify.register as any)(bullBoardServerAdapter.registerPlugin(), { prefix: bullBoardPath });
(fastify.register as any)(bullBoardServerAdapter.registerPlugin(), { prefix: bullBoardPath });
//#endregion
fastify.register(fastifyView, {