tans-agents-ui / vercel.json
Tan
feat: rebuild UI with Next.js 15 + shadcn/ui + Vercel AI SDK
77ce963
Raw
History Blame Contribute Delete
177 Bytes
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "nextjs",
"buildCommand": "next build",
"devCommand": "next dev",
"installCommand": "npm install"
}