mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
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)
This commit is contained in:
parent
89722379c5
commit
2f8d998ae8
1 changed files with 7 additions and 0 deletions
7
vercel.json
Normal file
7
vercel.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"$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
|
||||
}
|
||||
Loading…
Reference in a new issue