Files
mifi-links/.cursor/rules/project.mdc
2026-02-06 15:28:27 -03:00

11 lines
508 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: mifi.dev landing stack and conventions
globs: ["**/*"]
---
- Use **pnpm** only (no npm/yarn). **TypeScript** everywhere.
- Content is **JSON** in `src/lib/data/`; load at build time in `+page.server.ts`. No client-side data fetching.
- **CSP** is set via Traefik; do not add CSP in app code. No unsafe-inline scripts.
- Target **WCAG 2.2 AAA** and semantic HTML; use JSON-LD for SEO.
- **Dev container** and **CI** use the same Linux + Playwright Chromium for consistent e2e snapshots.