I would like to know if deploying static HTML counts as build, in the context of concurrent builds. Looking at docs, the configuration option for static HTML says "Build command (optional) exit 0" so if I'd like to deploy/update let's say 15 static sites concurrently on a free plan how would Cloudflare look at it?
For pages functions _routes.json can you exclude all routes except the couple you handle in the worker? I'm getting hits to the function for a mostly static site.
Please do not post your question in multiple channels per the rules at No Access. It creates confusion for people trying to help you and doesn't get your issue or question solved any faster.
Hi, i got an error when deploying Astro SSR app, the last stage of deploying on cloudflare page encounter an error: Failed to publish your Function. Got error: Uncaught Error: No such module "chunks/fs". On clouflare settings i already put nodejs_compat compatibility flag but still get that error. How to fix it? help