9c7a10aa39
Build and Deploy Verso / deploy (push) Successful in 13m44s
- Fix wrong import path '../models/Project.mjs' → '../../models/Project.mjs' (from Features/Compile/, '..' is Features/, not src/; the server would crash on startup with ERR_MODULE_NOT_FOUND in Node.js ESM) - Log MongoDB errors instead of silently swallowing them - Remove null from Mongoose String enum (not a valid enum value for strings) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>