fix: vercel-config failing on Vercel (#2159)

This commit is contained in:
Matti Nannt
2024-02-29 12:40:36 +01:00
committed by GitHub
parent 36ac4ecdb9
commit 255f1cee61
+1 -1
View File
@@ -7,7 +7,7 @@
"maxDuration": 10,
"memory": 300
},
"**/*.ts": {
"app/**/*.ts": {
"maxDuration": 10,
"memory": 512
}