- Add vercel.json for playground app to configure Vercel deployment - Add build:playground script to build playground and its dependencies - Fix build:web to use ... suffix for building dependencies first
5 lines
155 B
JSON
5 lines
155 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "cd ../.. && pnpm -w run build:playground",
|
|
"installCommand": "pnpm install"
|
|
}
|