Error when following "Deploy a Hono site" instructions
Following instructions for https://developers.cloudflare.com/pages/framework-guides/deploy-a-hono-site/
On the step (
To serve static files like CSS, image or JavaScript files, add the following to your src/server.js/ts file:
) I get the error Property 'ASSETS' does not exist on type 'Bindings'.ts
Cloudflare Docs
Deploy a Hono site · Cloudflare Pages docs
Hono is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. In this guide, you will create a new Hono …
1 Reply
I'm assuming I'm supposed to set up some binding to ASSETS in wrangler? What type of binding?