Are frameworks deployed as a single worker?

I'm trying to understand how frameworks translate into Static Assets. So far, I came to the conclusion that if you have a large project (e.g. Next.js or Astro) with multiple dynamic pages etc., it is going to be consolidated into a single Worker. Is that correct?
1 Reply
James
James7mo ago
That's correct, yep. The static assets will be uploaded separately of course, but with something like Next.js it's not uncommon to end up with a multi-MB single worker at the end.

Did you find this page helpful?