Skip to content

Commit

Permalink
refactor: enable RSC in components.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Redskull-127 committed Jul 9, 2024
1 parent 15e988b commit 0c73c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,4 +13,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}

0 comments on commit 0c73c06

Please sign in to comment.