7 lines
328 B
JSON
7 lines
328 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"installCommand": "cd ../../ && ./vercel-preparation.sh && pnpm --filter ./apps/frontend/ --legacy deploy ./apps/deployment/ && rm -rf ./apps/frontend/ && mv ./apps/deployment/ ./apps/frontend/",
|
|
"buildCommand": "pnpm run build-trends",
|
|
"outputDirectory": "build"
|
|
}
|