cache tags being free doesnt change the behaviour where worker responses wont be cached unless they
cache tags being free doesnt change the behaviour where worker responses wont be cached unless they do it themselves with cache api
fetch(somewhereInternal, { cf: { cacheEverything: true, cacheTags: [...] }) and then exposing an internal mechanism to purge the tag/s via API.export const SUSPENSE_CACHE_URL = 'INTERNAL_SUSPENSE_CACHE_HOSTNAME.local';__NEXT_ON_PAGES__KV_SUSPENSE_CACHE working?pnpm dlx @cloudflare/next-on-pages@1


we plan to bridge the remaining gaps between Workers and Pages and provide ways to migrate your Pages projects to Workers.
@opennextjs/cloudflare.
@cloudflare/next-on-pages to @opennextjs/cloudflare
@cloudflare/next-on-pages is needed, and when I installed it as dev dependency. I now get 11 vulnerabilities in my project. But before installing the dev dependency these vulnerabilities don't exist. Is there a way to fix these or maybe a resource that talks about these so that I can do further research?