Fix: Include server/lib in Vercel deployment

The API functions import from server/lib/api-handlers.js which was
being excluded by .vercelignore. Now only excludes server/index.js
(the local dev server) instead of the entire server/ directory.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2025-12-16 14:25:34 -08:00
co-authored by Claude Opus 4.5
parent 851b5f6c7a
commit 31aa3f2127
+1 -1
View File
@@ -1,4 +1,4 @@
tests/
server/
server/index.js
*.test.js