mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
- 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>
7 lines
124 B
JSON
7 lines
124 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "bun run build",
|
|
"outputDirectory": "public"
|
|
}
|
|
|