Initial commit — Aspekter VA email builder

Full project: Svelte 5 frontend, Vite 7 backend API,
Pug email templates (email-gen), Docker deployment.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sergey Zotov
2026-04-13 01:20:24 +05:00
commit c090bfcf47
61 changed files with 18907 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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