Skip to content

Commit 07a632d

Browse files
authored
fix: ignore .next and .git folders in the output (#7)
1 parent 9dcf85d commit 07a632d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vercel.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"functions": {
3+
"api/**": {
4+
"excludeFiles": "{.next,.git,node_modules}/**"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)