Moved write_to_disk calls for productin builds to
project_global_build, where all entrypoints are
built at once, allowing for global optimizations
to be performed.
Currently, project_global_build returns one big
TurbopackResult, but ideally it should return
one TurbopackResult object per entrypoint.