Commit Graph

5 Commits

Author SHA1 Message Date
VPS 4 Deploy Agent 45b7b91b04 fix(plugins): use conditional require for production Docker compatibility
Replace static require('backend/src/...') with NODE_ENV-conditional
requires in compiled plugin JS and TypeScript sources.
In production Docker /app/backend/src/ does not exist — only /app/dist/.
Fixes MODULE_NOT_FOUND errors on UnifiedStorageProvider, ext-api,
leads, nanobana, and uploads plugins.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 08:34:34 +02:00
VPS 4 Deploy Agent 68e3e56279 fix(plugins): resolve UnifiedStorageProvider and ext-api imports dynamically for production dist 2026-05-11 05:32:45 +02:00
VPS 4 Deploy Agent 201594b5a1 fix(plugins): resolve leads and nanobana runtime imports dynamically for production dist compatibility 2026-05-11 05:28:55 +02:00
VPS 4 Deploy Agent f95ac82558 feat(deploys): implement versions admin panel, automatic plugin compilation & production loader paths 2026-05-11 05:24:06 +02:00
VPS 4 Deploy Agent 3396fa0598 feat: sincronização de desenvolvimento local da VPS 4 para o Gitea 2026-05-10 07:39:15 +02:00