Fix Vercel config: remove functions property to resolve build conflict

This commit is contained in:
2025-08-21 12:31:39 +09:00
parent 67f944a318
commit 6f68196127

View File

@@ -14,10 +14,5 @@
],
"env": {
"NODE_ENV": "production"
},
"functions": {
"server.js": {
"maxDuration": 30
}
}
}