Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan Rajlich
87c1fa1c75 [cli] DEBUG log builder output paths 2023-01-31 11:52:45 -08:00

View File

@@ -421,6 +421,7 @@ async function mergeBuilderOutput(
buildResult: BuildResultBuildOutput
) {
const absOutputDir = resolve(outputDir);
console.log({ absOutputDir, buildResult });
if (absOutputDir === buildResult.buildOutputPath) {
// `.vercel/output` dir is already in the correct location,
// so no need to do anything