deckhearth/api
Randall Stillwell b7c6e674a6 Simplify Vercel configuration and add basic test endpoint
🔧 Configuration Changes:
- Remove specific runtime version from vercel.json
- Remove buildCommand that might be causing conflicts
- Let Vercel use default Node.js runtime settings

🧪 Simple Test Endpoint:
- Add /api/simple with minimal dependencies
- Use traditional Vercel function signature (req, res)
- No imports or complex operations to isolate the issue

This should help identify if the problem is with our function configuration, imports, or Vercel setup.
2025-07-22 06:42:19 -05:00
..
admin Fix Vercel function request body parsing 2025-07-21 21:11:13 -05:00
auth Add debugging tools and optimize auth endpoints 2025-07-21 21:39:08 -05:00
v1/cards Fix Node.js 18 compatibility for Vercel deployment 2025-07-21 16:08:45 -05:00
health.ts Add health check and improve database test endpoint 2025-07-22 06:36:13 -05:00
migrate.ts Fix Vercel ES module import issues 2025-07-21 16:12:24 -05:00
setup-auth.ts Add debugging tools and optimize auth endpoints 2025-07-21 21:39:08 -05:00
simple.ts Simplify Vercel configuration and add basic test endpoint 2025-07-22 06:42:19 -05:00
test-db.ts Add health check and improve database test endpoint 2025-07-22 06:36:13 -05:00
tsconfig.json Fix Vercel ES module import issues 2025-07-21 16:12:24 -05:00