tinker / vercel.json
truegleai's picture
feat: full cloud-ready deployment (SQLite + Ollama cloud + integrated WebSocket)
f31cfe8 verified
raw
history blame contribute delete
233 Bytes
{
"buildCommand": "pnpm install --frozen-lockfile && npx prisma generate && next build",
"outputDirectory": ".next",
"devCommand": "npx next dev",
"installCommand": "pnpm install --frozen-lockfile",
"framework": "nextjs"
}