deckhearth/api
Randall Stillwell f441d1aee5 Fix Vercel function limit and eslint warnings
🔧 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
2025-07-22 10:56:54 -05:00
..
admin Fix Vercel function limit and eslint warnings 2025-07-22 10:56:54 -05:00
auth Remove conflicting TypeScript API files 2025-07-22 06:55:09 -05:00
cards Implement complete card scanning and collection flow - ready for local testing 2025-07-22 08:01:20 -05:00
collections Implement complete card scanning and collection flow - ready for local testing 2025-07-22 08:01:20 -05:00
user Move OCR settings to comprehensive user settings system 2025-07-22 10:53:44 -05:00
setup-auth.js Convert auth endpoints to working Vercel function format 2025-07-22 06:46:09 -05:00
tsconfig.json Fix Vercel ES module import issues 2025-07-21 16:12:24 -05:00