tpmjs/apps/tutorial/vercel.json

6 lines
178 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "nextjs",
"buildCommand": "pnpm --filter=@tpmjs/tutorial... build",
"installCommand": "pnpm install"
}