OpChan/vercel.json

9 lines
276 B
JSON
Raw Normal View History

{
"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",
2025-08-30 18:34:50 +05:30
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}