Files
aspekter/email-gen-overrides/README.md
s.zotov 718821fdd6 Initial commit: ASPEKTER — визуальный конструктор email-рассылок
- z51-pug-builder: Svelte 5 SPA, визуальный редактор Pug-писем
- email-gen: Node.js рендерер Pug→HTML через email-templates + Juice
- email-gen-api: HTTP сервер рендеринга (порт 8787)
- coin-scout: сервис подбора монет из фидов
- Docker Compose для dev/prod
- Nginx конфиг с SSL для app.aspekter.ru
2026-04-13 11:36:39 +05:00

17 lines
399 B
Markdown

# email-gen overrides
This folder stores local overrides mounted into `email-gen-api` container.
Scope now:
- `reaspekt-master` only
- mounted files:
- `blocks/_factory.pug`
- `blocks/buttons.pug`
- `blocks/texts.pug`
- `blocks/texts-ext.pug`
- `blocks/other-ext.pug`
Why:
- keep customizations outside `email-gen` repo
- `git pull` in `email-gen` does not remove these local overrides