package builder // FusionMaxUploadBytes is the maximum prep / video upload size for forge. const FusionMaxUploadBytes int64 = 2 << 30 // 2 GiB // FusionDeliverablesDir is the project-root folder for per-title movie outputs. const FusionDeliverablesDir = "fusion-deliverables"