Files
rubber-duck-mcp/vercel.json
T

6 lines
157 B
JSON

{
"framework": "sveltekit",
"installCommand": "pnpm install",
"buildCommand": "pnpm --dir apps/web build",
"outputDirectory": "apps/web/.vercel/output"
}