Skip to content

Commit

Permalink
chore: add schema to vercel.json configs (#6151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Oct 11, 2023
1 parent e0e444b commit 69f3cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"build": {
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1",
Expand Down
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"git": {
"deploymentEnabled": {
"benchmark-data": false,
Expand Down

0 comments on commit 69f3cd4

Please sign in to comment.