No badges yet
No accepted solutions yet
[hono] How to deploy static assets from./public
Hi @jacobparis That didn't work. Neither does this `"build": "tsc && tsc-alias && cp -r public dist/"`
Introducing zero-configuration Hono backends
Hi @anthony-shew, where do you expect static assets? A `./public` folder doesn't work - and everything else I tried neither. The closest I got was defining builds in `vercel.json`....
[hono] How to deploy static assets from./public
I can’t seem to deploy static assets alongside my hono-based application. The app itself is working fine, except that request that should go to static assets are passed to the hono...