7 lines
197 B
JSON
7 lines
197 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"installCommand": "../../vercel-preparation.sh && pnpm install",
|
|
"buildCommand": "pnpm run build-trends",
|
|
"outputDirectory": "build"
|
|
}
|