Skip to content

Commit

Permalink
feat(templates/vercel): enable Build Output API v3
Browse files Browse the repository at this point in the history
esbuild works correctly on this version of Build Output API, it chooses
the correct binary.

vercel/vercel#7287
  • Loading branch information
silvenon committed May 28, 2022
1 parent dce27e2 commit b15196d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/turborepo-vercel/apps/remix-app/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"build": {
"env": {
"ENABLE_FILE_SYSTEM_API": "1"
"ENABLE_FILE_SYSTEM_API": "1",
"ENABLE_VC_BUILD": "1"
}
}
}
3 changes: 2 additions & 1 deletion templates/vercel/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"build": {
"env": {
"ENABLE_FILE_SYSTEM_API": "1"
"ENABLE_FILE_SYSTEM_API": "1",
"ENABLE_VC_BUILD": "1"
}
}
}

0 comments on commit b15196d

Please sign in to comment.