feat: disable fluid compute (#4168)

This commit is contained in:
Anurag Hazra 2025-03-05 21:36:09 +05:30 committed by GitHub
parent 2817001891
commit 06b61f1682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{
"functions": {
"api/*.js": {
"memory": 1200,
"memory": 128,
"maxDuration": 10
}
},