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:
Wuesteon 2025-11-27 18:33:16 +01:00
parent 0241f5554c
commit d36b321d9d
3952 changed files with 661498 additions and 739751 deletions

View file

@ -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.