mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
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:
parent
512e0295a2
commit
2908fcc9e8
4 changed files with 1 additions and 15 deletions
|
|
@ -38,6 +38,7 @@ export const applyToHono = (app: Hono<HonoEnv>): void => {
|
|||
height: 40,
|
||||
},
|
||||
},
|
||||
uiBasePath: "node_modules/@bull-board/ui",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue