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
There is some info on custom server with hono on the vercel docs. I created a repo with this information and got it working on vercel. However I'm not able to get it running with the server andAppContext locally.
Is there a simpler way to get react router with an AppContext running on vercel without having to resort to a custom server?
See #82
The Vercel team has a React Router preset that works out of the box
However, previously our template showed how to run a custom template using
express
on Vercel, which might still be valuable to some users.I believe they are working on fixing the regression. When that happens we can add the Vercel template back.
Or if someone wants to figure out another way to run
express
on Vercel and add a template that'd be cool tooThe text was updated successfully, but these errors were encountered: