UPDATE: Corrigir a aplicação das melhores práticas do Next.js para incluir extensões específicas de arquivos

This commit is contained in:
Emerson Delatorre
2026-01-12 15:20:36 -03:00
parent a1dbed1492
commit 9851144540

View File

@@ -1,6 +1,6 @@
---
description: "Best practices for building Next.js (App Router) apps with modern caching, tooling, and server/client boundaries (aligned with Next.js 16.1.1)."
applyTo: "**"
applyTo: '**/*.tsx, **/*.ts, **/*.jsx, **/*.js, **/*.css'
---
# Next.js Best Practices for LLMs (2026)