- auth.ts: await initConfig() before refreshSession to fix localhost fallback - server.js: optional chaining req.body?.password for reset endpoint - seeder/page.tsx: replace confirm() with elegant AlertDialog for reset
- Refactored seeder to Express API with /seed and /reset endpoints - Updated Dockerfile to run server.js - Fixed DB connection for managed postgres (stripped sslmode) - Fixed tags seeder export syntax - Preserved CLI functionality