[client] Upload files referenced by "filePathMap" during vc deploy --prebuilt (#11077)

Ensure that files referenced by the `filePathMap` property in the `.vc-config.json` files for functions in the Build Output API `.vercel/output` directory are uploaded during the prebuilt deployment process.

Related to / precursor for https://github.com/vercel/vercel/pull/11060.
This commit is contained in:
Nathan Rajlich
2024-01-22 14:48:12 -08:00
committed by GitHub
parent acb2acf953
commit 2b71ee6b42
6 changed files with 46 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
'@vercel/client': minor
---
Upload files referenced by "filePathMap" during `vc deploy --prebuilt`