open-design/vercel.json
Davide Ladisa 2f8d998ae8
feat: add vercel.json configuration file (#169)
* feat: add vercel.json configuration file

* fix: update vercel.json with monorepo build commands and SPA rewrite

* fix: set rootDirectory, remove SPA rewrite (static export handles routing)

* fix: remove invalid rootDirectory from vercel.json (use Project Settings instead)
2026-04-30 22:54:47 +08:00

7 lines
225 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "pnpm install && pnpm --filter @open-design/web build",
"installCommand": "pnpm install",
"outputDirectory": "apps/web/out",
"framework": null
}