Files
pbakaus_impeccable/vercel.json
T
Paul BakausandClaude Opus 4.5 851b5f6c7a Fix Vercel runtime: use Node.js-compatible file APIs
- Remove invalid functions.runtime config from vercel.json
- Replace Bun.file() with Node.js fs/promises APIs
- Vercel's Bun runtime only supports Next.js/Express/Hono/Nitro frameworks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 14:24:01 -08:00

7 lines
124 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "bun run build",
"outputDirectory": "public"
}