mirror of
https://github.com/different-ai/openwork
synced 2026-05-11 09:36:23 +02:00
* feat(web): add Open in App remote connect handoff * chore(app): add Vercel SPA deploy config * docs(evidence): add Vercel connect-remote verification
13 lines
238 B
JSON
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"
|
|
}
|
|
]
|
|
}
|