You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to introduce honojs as the new engine for my existing project. I need to set many routing rules stored in DB through the program.
I saw there's a helper named createFactory which accept initApp. But this's a normal function rather than async
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to introduce honojs as the new engine for my existing project. I need to set many routing rules stored in DB through the program.
I saw there's a helper named
createFactory
which acceptinitApp
. But this's a normal function rather than asynchono/src/helper/factory/index.ts
Line 18 in 882e75a
what I basically want is like
Is there any graceful way achieve this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions