From e8c19902248aafc5cf18c69738158564ebb3cfc9 Mon Sep 17 00:00:00 2001 From: gearnode Date: Sun, 9 Feb 2025 12:14:01 -0800 Subject: [PATCH] Fix shdcn tailwind config path Signed-off-by: gearnode --- apps/console/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/components.json b/apps/console/components.json index d55b4c08a..0222518a0 100644 --- a/apps/console/components.json +++ b/apps/console/components.json @@ -4,7 +4,7 @@ "rsc": false, "tsx": true, "tailwind": { - "config": "tailwind.config.js", + "config": "tailwind.config.ts", "css": "src/App.css", "baseColor": "zinc", "cssVariables": true,