mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
- Use HTML as entrypoint for Bun.build() instead of separate JS/CSS builds - Leverage bun-plugin-tailwind for automatic Tailwind CSS processing - Output bundled site to ./build/ directory - Update vercel.json outputDirectory to build - Clean up obsolete build artifacts and gitignore entries 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
123 B
JSON
7 lines
123 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "bun run build",
|
|
"outputDirectory": "build"
|
|
}
|
|
|