Commit 48ceb31
Fix server dependency: replace @sendgrid/mail with nodemailer
The Docker runtime stage installs from server/package.json, not the
root package.json, so the earlier SMTP migration left the deployed
image still missing nodemailer (MODULE_NOT_FOUND at boot).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 95593b8 commit 48ceb31
3 files changed
Lines changed: 23 additions & 126 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments