mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
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:
co-authored by
Claude Opus 4.5
parent
851b5f6c7a
commit
31aa3f2127
+1
-1
@@ -1,4 +1,4 @@
|
||||
tests/
|
||||
server/
|
||||
server/index.js
|
||||
*.test.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user