tpmjs/apps/playground/vercel.json
Ajax Davis 1e49e5f9a5 fix: add playground vercel.json and fix build scripts
- 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
2026-01-14 04:41:47 +10:00

5 lines
155 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "cd ../.. && pnpm -w run build:playground",
"installCommand": "pnpm install"
}