🔧 Local Development Debugging:
- Add api/test-db-local.js for database connection testing
- Helps diagnose local environment issues
- Tests table existence and user data
Note: Local Vercel dev having database connection issues
Consider testing on production environment instead
|
||
|---|---|---|
| .. | ||
| admin | ||
| auth | ||
| cards | ||
| collections | ||
| v1/cards | ||
| debug.js | ||
| make-admin.js | ||
| migrate.ts | ||
| promote-testuser.js | ||
| setup-auth.js | ||
| simple.js | ||
| test-db-local.js | ||
| tsconfig.json | ||