aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components.json
blob: 483d0a6ed02ddd36b1e18322c19db2f7f6913f4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "$schema": "https://ui.shadcn.com/schema.json",
    "style": "default",
    "rsc": true,
    "tsx": true,
    "tailwind": {
      "config": "tailwind.config.ts",
      "css": "src/app/globals.css",
      "baseColor": "gray",
      "cssVariables": false
    },
    "aliases": {
      "utils": "@/lib/utils",
      "components": "@/components"
    }
  }