OpChan/vercel.json
2025-09-22 15:03:46 +05:30

9 lines
276 B
JSON

{
"version": 2,
"installCommand": "npm ci --workspaces",
"buildCommand": "npm run -w packages/core build && npm run -w packages/react build && npm run -w app build",
"outputDirectory": "app/dist",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}