mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
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:
@@ -1 +0,0 @@
|
||||
yarn.lock
|
||||
@@ -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>'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user