ci(config): remove vercel configuration file

This commit is contained in:
Richard R 2026-02-15 13:06:34 -07:00
parent bedbbb026a
commit 3eebfe6c6c

View file

@ -1,11 +0,0 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"functions": {
"app/api/audiobook/route.ts": {
"memory": 1024
},
"app/api/whisper/route.ts": {
"memory": 1024
}
}
}