mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
* 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)
7 lines
225 B
JSON
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
|
|
}
|