Commit Graph

5 Commits

Author SHA1 Message Date
Marco Gallegos
439cc80546 Fix Docker build memory issue by increasing Node.js heap size
- Increase Node.js max old space size to 4GB for build
- Resolve 'JavaScript heap out of memory' error during Docker build
- Enable successful Coolify deployment
2026-01-18 09:46:25 -06:00
Marco Gallegos
a6902b6b46 Fix Supabase connection issues with lazy initialization and enhanced logging 2026-01-18 09:15:26 -06:00
Marco Gallegos
d1735878ef fix: Build Docker image, fix SelectItem empty values, add admin seed script
- Add placeholder env vars for Supabase, Stripe, and Resend in Dockerfile
- Fix empty SelectItem values in POS and payroll forms
- Fix missing Supabase env variables in stats route
- Create seed-admin-users.sql script for Frida Lara, América de la Cruz, and Alejandra Ponce as admin users
- Docker image marcogll/anchoros:test built and pushed successfully
2026-01-17 23:41:45 -06:00
Marco Gallegos
bedf1c028a feat: Integrate Formbricks and webhook functionality, updating Docker configurations, deployment guides, and asset plans. 2026-01-17 23:14:33 -06:00
Marco Gallegos
66e20d25a7 feat: Add Formbricks integration, update forms with webhooks, enhance navigation
- Integrate @formbricks/js for future surveys (FormbricksProvider)
- Add WebhookForm component for unified form submission (contact/franchise/membership)
- Update contact form with reason dropdown field
- Update franchise form with new fields: estado, ciudad, socios checkbox
- Update franchise benefits: manuals, training platform, RH system, investment $100k
- Add Contacto link to desktop/mobile nav and footer
- Update membership form to use WebhookForm with membership_id select
- Update hero buttons to use #3E352E color consistently
- Refactor contact/franchise pages to use new hero layout and components
- Add webhook utility (lib/webhook.ts) for parallel submission to test+prod
- Add email receipt hooks to booking endpoints
- Update globals.css with new color variables and navigation styles
- Docker configuration for deployment
2026-01-17 22:54:20 -06:00