From 98511445401bb21cd0fbc6186a0ea28908d24ec7 Mon Sep 17 00:00:00 2001 From: Emerson Delatorre <38289677+fazedordecodigo@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:20:36 -0300 Subject: [PATCH] =?UTF-8?q?UPDATE:=20Corrigir=20a=20aplica=C3=A7=C3=A3o=20?= =?UTF-8?q?das=20melhores=20pr=C3=A1ticas=20do=20Next.js=20para=20incluir?= =?UTF-8?q?=20extens=C3=B5es=20espec=C3=ADficas=20de=20arquivos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- instructions/nextjs.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/nextjs.instructions.md b/instructions/nextjs.instructions.md index 16bf8c95..300dd58d 100644 --- a/instructions/nextjs.instructions.md +++ b/instructions/nextjs.instructions.md @@ -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)