pages folder (where e.g. .ts files are turned into .html pages) and assets (where .ts files are bundled with ESBuild).This has lead to
pages only containing everything from the pages folder, and site.load and site.glob can be used to pull in any other kind of file (even remote), which is then compressed and hashed and whatever else you configured in the asset pipeline.
