🔧 Vercel Function Limit Fix: - Remove unnecessary API functions to get under 12 function limit - Delete api/simple.js (test function) - Delete api/migrate.ts (old migration) - Delete api/admin/promote-user.js (one-time function) - Delete api/admin/update-preferences-schema.js (migration) - Delete api/v1/ directory (old API versions) - Now at 8 functions (well under 12 limit) 🚨 ESLint Warning Fixes: - Fix unnecessary escape characters in regex patterns - Replace [:\-] with [:−] in aiOcr.ts regex patterns ✅ Build should now succeed on Vercel Hobby plan |
||
|---|---|---|
| .. | ||
| aiOcr.ts | ||
| api.ts | ||
| cardMatcher.ts | ||