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>
17 lines
399 B
Markdown
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
|