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
in docs: const client = hc<AppType>('http://localhost:8787/')
this is valid and good in case of fullstack app
i tried const client = hc<AppType>('')
and it worked as expected nothing went wrong
my question is why do we need to add URL to hc
whats the effect of it
and in case of multi tenant e.g integrate hono in vercel/platforms
will it have effect on the project
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
-
in docs:
const client = hc<AppType>('http://localhost:8787/')
this is valid and good in case of fullstack app
i tried
const client = hc<AppType>('')
and it worked as expected nothing went wrong
my question is why do we need to add URL to hc
whats the effect of it
and in case of multi tenant e.g integrate hono in vercel/platforms
will it have effect on the project
Beta Was this translation helpful? Give feedback.
All reactions