Exclude utility files from being treated as API handlers
cgen-3298c9540a35493487eb385d922fea5c
This commit is contained in:
parent
9314088c62
commit
09885388fc
1 changed files with 6 additions and 0 deletions
6
api/.vercelignore
Normal file
6
api/.vercelignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_*.ts
|
||||
_*.js
|
||||
**/lib
|
||||
**/utils
|
||||
**/helpers
|
||||
opportunities.ts
|
||||
Loading…
Reference in a new issue