Files
openwork/packages/app/vercel.json
ben 18a11166e5 feat(web): add Open in App remote connect handoff (#656)
* feat(web): add Open in App remote connect handoff

* chore(app): add Vercel SPA deploy config

* docs(evidence): add Vercel connect-remote verification
2026-02-23 14:00:50 -08:00

13 lines
238 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "vite",
"buildCommand": "pnpm build:web",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}