felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 343 forks source link

Hono example doesn't work #761

Closed marbemac closed 1 month ago

marbemac commented 1 month ago

The example doesn't seem to set any of the values listed here -> https://github.com/felixmosh/bull-board/blob/master/packages/hono/src/HonoAdapter.ts#L152-L160

So I presume the example does not work? (discovered because I just tried to add bull-board to a hono based app and ran into this)

None of these values have defaults, so I guess we need to set all of them to something? (staticRoute, staticPath, entryRoute, viewPath, uiConfig). Any guidance? Thank you!

marbemac commented 1 month ago

Nvm - had createBullBoard after the call to registerPlugin 🤦‍♂️.