Skip to content

Commit

Permalink
maybe fix vercel not finding these files
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 28, 2023
1 parent 283743e commit 378effa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/app/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"functions": {
"src/pages/api/bounties.tsx": {
"includeFiles": "bounties/*.json"
}
}
}
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"github": {
"silent": true
},
"functions": {
"packages/app/src/pages/api/bounties.tsx": {
"includeFiles": "bounties/*.json"
}
}
}

2 comments on commit 378effa

@vercel
Copy link

@vercel vercel bot commented on 378effa Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ethfs-goerli – ./packages/app

ethfs-goerli-git-main-holic.vercel.app
ethfs-goerli-holic.vercel.app
ethfs-goerli.vercel.app
goerli.ethfs.xyz

@vercel
Copy link

@vercel vercel bot commented on 378effa Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ethfs – ./packages/app

ethfs-holic.vercel.app
ethfs-git-main-holic.vercel.app
ethfs.xyz
www.ethfs.xyz
ethfs.vercel.app

Please sign in to comment.