Revert "[static-build] Support subset of Build Output API v2" (#7803)

Revert "[static-build] Support subset of Build Output API v2 (#7690)"

This reverts commit 05243fb6e9.
This commit is contained in:
Steven
2022-05-13 18:19:38 -04:00
committed by GitHub
parent cd4799b5d5
commit dfb6ef949b
11 changed files with 72 additions and 393 deletions

View File

@@ -1 +0,0 @@
yarn.lock

View File

@@ -3,5 +3,5 @@ fs.mkdirSync('.vercel/output/static', { recursive: true });
fs.writeFileSync('.vercel/output/config.json', '{}');
fs.writeFileSync(
'.vercel/output/static/index.html',
'<h1>Build Output API v3</h1>'
'<h1>Build Output API</h1>'
);