fix: remove functions configuration from vercel.json
This commit is contained in:
+1
-6
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"bunVersion": "1",
|
||||
"installCommand": "bun install",
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"runtime": "bun"
|
||||
}
|
||||
}
|
||||
"installCommand": "bun install"
|
||||
}
|
||||
Reference in New Issue
Block a user