deckhearth/src/pages
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
..
Cards.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Collections.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Dashboard.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Decks.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Login.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Scanner.tsx Move OCR settings to comprehensive user settings system 2025-07-22 10:53:44 -05:00
Settings.tsx Fix Vercel function limit and eslint warnings 2025-07-22 10:56:54 -05:00