Cloudflare Workers Site, which is used in serveStatic in hono/cloudflare-workers, is now deprecated.
https://developers.cloudflare.com/workers/configuration/sites/
If you want to create an application that serves asset files, you must use Cloudflare Pages. So, following this, we have to make serveStatic in hono/cloudflare-workers deprecated.
Cloudflare Workers Site, which is used in
serveStaticinhono/cloudflare-workers, is now deprecated.https://developers.cloudflare.com/workers/configuration/sites/
If you want to create an application that serves asset files, you must use Cloudflare Pages. So, following this, we have to make
serveStaticinhono/cloudflare-workersdeprecated.