10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"bunVersion": "1",
|
|
"installCommand": "bun install",
|
|
"functions": {
|
|
"api/**/*.ts": {
|
|
"runtime": "bun"
|
|
}
|
|
}
|
|
} |