Skip to content

Commit fe84d4a

Browse files
jerrysoerclaude
andcommitted
fix: add placeholder file to dist for Vercel build
Vercel rejects empty output directories. Write a minimal index.html so the API-only deploy succeeds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 80d7c0a commit fe84d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"buildCommand": "mkdir -p dist && echo 'API-only deploy — no frontend build'",
2+
"buildCommand": "mkdir -p dist && echo ok > dist/index.html",
33
"outputDirectory": "dist",
44
"framework": null,
55
"installCommand": "npm install",

0 commit comments

Comments
 (0)