Cannot find module '__STATIC_CONTENT_MANIFEST' or its corresponding type declarations
I'm using Hono and I want to serve some static files with my Cloudflare worker. I followed the docs and added a worker-site bucket which is the place where my static files are stored, and my
However TypeScript says:
index.ts now looks like this:However TypeScript says:
Cannot find module '__STATIC_CONTENT_MANIFEST' or its corresponding type declarations. How to solve this issue?