From 75f9762865979c7a71afef4087254846f993e0e6 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Thu, 3 Jul 2025 05:43:39 -0400 Subject: [PATCH] added applyTo frontmatter property --- instructions/tanstack-start-shadcn-tailwind.md | 1 + 1 file changed, 1 insertion(+) diff --git a/instructions/tanstack-start-shadcn-tailwind.md b/instructions/tanstack-start-shadcn-tailwind.md index a44093c..c5a939c 100644 --- a/instructions/tanstack-start-shadcn-tailwind.md +++ b/instructions/tanstack-start-shadcn-tailwind.md @@ -1,5 +1,6 @@ --- description: 'Guidelines for building TanStack Start applications' +applyTo: '**/*.ts, **/*.tsx, **/*.js, **/*.jsx, **/*.css, **/*.scss, **/*.json' --- # TanStack Start with Shadcn/ui Development Guide