Skip to content

Commit 3385929

Browse files
Copilothotlong
andcommitted
fix: create public output directory for Vercel (framework=null requires it)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/objectql/sessions/e37d14c4-33f2-403e-8745-d5843ed9b0bf
1 parent 4d3a18d commit 3385929

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/demo/public/.gitkeep

Whitespace-only changes.

apps/demo/scripts/build-vercel.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ pnpm --filter @objectql/example-project-tracker build
5151
echo "▸ Patching pnpm symlinks for Vercel…"
5252
node scripts/patch-symlinks.cjs
5353

54+
# Ensure the output directory exists (Vercel requires it when framework=null)
55+
mkdir -p public
56+
5457
echo "✓ Vercel build complete."

0 commit comments

Comments
 (0)