feat: limit memory to able to deploy on Vercel

This commit is contained in:
Tien Nguyen Minh
2025-02-23 17:35:46 +07:00
committed by GitHub
parent d07b088a85
commit 5a169b9071
+2 -2
View File
@@ -1,7 +1,7 @@
{
"functions": {
"api/*.js": {
"memory": 1200,
"memory": 1024,
"maxDuration": 10
}
},
@@ -11,4 +11,4 @@
"destination": "https://github.com/anuraghazra/github-readme-stats"
}
]
}
}