Files
github-stats-extended/apps/frontend/vercel.json
T
2026-02-05 18:14:37 +01:00

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"
}