Files
augani--openreel-video/apps/web/components.json
T
wehub-resource-sync f4f9ec64b9
CI / Test & Lint (push) Failing after 0s
CI / Build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:30:30 +08:00

19 lines
413 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "neutral"
},
"aliases": {
"components": "@/components",
"ui": "@openreel/ui/components",
"utils": "@openreel/ui/lib/utils",
"hooks": "@openreel/ui/hooks",
"lib": "@openreel/ui/lib"
}
}