Skip to content

Commit

Permalink
マージエディターのスクリプト修正前
Browse files Browse the repository at this point in the history
  • Loading branch information
kdix-23-240 committed Oct 27, 2024
1 parent e589d39 commit eb83477
Show file tree
Hide file tree
Showing 18 changed files with 3,439 additions and 137 deletions.
20 changes: 20 additions & 0 deletions task_yell/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
Loading

0 comments on commit eb83477

Please sign in to comment.