From 0c73c0665b1317496c8c2bb999e5b3a767c1afdf Mon Sep 17 00:00:00 2001 From: Redskull-127 Date: Tue, 9 Jul 2024 23:54:26 +0530 Subject: [PATCH] refactor: enable RSC in components.json --- components.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components.json b/components.json index 5360294..ad2ced0 100644 --- a/components.json +++ b/components.json @@ -1,7 +1,7 @@ { "$schema": "https://ui.shadcn.com/schema.json", "style": "new-york", - "rsc": false, + "rsc": true, "tsx": true, "tailwind": { "config": "tailwind.config.ts", @@ -13,4 +13,4 @@ "components": "@/components", "utils": "@/lib/utils" } -} \ No newline at end of file +}