mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 23:21:25 +02:00
style: auto-format codebase with Prettier
Applied formatting to 1487+ files using pnpm format:write - TypeScript/JavaScript files - Svelte components - Astro pages - JSON configs - Markdown docs 13 files still need manual review (Astro JSX comments)
This commit is contained in:
parent
0241f5554c
commit
d36b321d9d
3952 changed files with 661498 additions and 739751 deletions
|
|
@ -45,6 +45,7 @@ The team invitation system is fully implemented and ready to send emails. To ena
|
|||
- Copy the API key
|
||||
|
||||
3. **Add to `.env`**
|
||||
|
||||
```env
|
||||
BREVO_API_KEY=your-api-key-here
|
||||
```
|
||||
|
|
@ -60,6 +61,7 @@ The team invitation system is fully implemented and ready to send emails. To ena
|
|||
3. **Get your API key**
|
||||
|
||||
4. **Add to `.env`**
|
||||
|
||||
```env
|
||||
RESEND_API_KEY=your-api-key-here
|
||||
```
|
||||
|
|
@ -71,6 +73,7 @@ The team invitation system is fully implemented and ready to send emails. To ena
|
|||
## Testing Email Setup
|
||||
|
||||
1. **Restart the dev server** (if you added environment variables)
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
|
@ -103,4 +106,4 @@ All templates are bilingual (German/English) and mobile-responsive.
|
|||
- **Gmail blocking?** Use App Password, not regular password
|
||||
- **Rate limits?** Free tiers have daily limits
|
||||
|
||||
For production, we recommend using PocketBase SMTP with a professional email service like SendGrid, Mailgun, or Amazon SES.
|
||||
For production, we recommend using PocketBase SMTP with a professional email service like SendGrid, Mailgun, or Amazon SES.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue