Skip to content

Commit

Permalink
fix: Vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickCReis committed Jun 7, 2024
1 parent 635055a commit b266f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"regions": ["iad1"],
"github": {
"silent": true
}
"installCommand": "pnpm --filter \\!expo install --store=node_modules/.pnpm-store",
"buildCommand": "turbo run build --filter=@acme/nextjs"
}

0 comments on commit b266f24

Please sign in to comment.