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!
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!