Skip to content

Commit

Permalink
Disable React Server Component
Browse files Browse the repository at this point in the history
saltyshiomix/nextron#449

"But we should be careful, electron can handle only static files when production build, so nextron doesn't support React Server Components."
  • Loading branch information
jekigates authored Jun 17, 2024
1 parent 88fb1bf commit e58dd0e
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": "default",
"rsc": true,
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
Expand All @@ -14,4 +14,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}

0 comments on commit e58dd0e

Please sign in to comment.