- Updated docker-compose.yml to include optional SMTP settings with comments for clarity on configuration. - Modified email-handler.ts to prioritize FROM_EMAIL for the sender address, falling back to SMTP_USER or ADMIN_EMAIL if not set, improving email handling flexibility.
6 lines
48 B
JSON
6 lines
48 B
JSON
{
|
|
"setup-worktree": [
|
|
"npm install"
|
|
]
|
|
}
|