fix(worker): 🐛 Remove old bull-board patch, use official fix instead

Explicitely specifying the path prevents the module from using `eval`
This commit is contained in:
Jesse Wierzbinski 2025-04-07 21:50:43 +02:00
parent 512e0295a2
commit 2908fcc9e8
No known key found for this signature in database
4 changed files with 1 additions and 15 deletions

View file

@ -38,6 +38,7 @@ export const applyToHono = (app: Hono<HonoEnv>): void => {
height: 40,
},
},
uiBasePath: "node_modules/@bull-board/ui",
},
});