chore: fix build, install and checks

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-13 15:02:11 +01:00
parent ed4f88b195
commit 319d58e796
3 changed files with 29 additions and 20 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ export default async function createPlugin(
await env.database.getClient(),
router,
);
unprocessed.registerRoutes();
unprocessed.registerRoutes({ permissions: env.permissions });
await processingEngine.start();
return router;
}