We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1552eb commit d5da55bCopy full SHA for d5da55b
.changeset/sharp-peas-grow.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-llama": patch
3
4
+
5
+feat: add components.json to use CLI
templates/types/streaming/nextjs/components.json
@@ -0,0 +1,21 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
6
+ "tailwind": {
7
+ "config": "tailwind.config.ts",
8
+ "css": "app/globals.css",
9
+ "baseColor": "slate",
10
+ "cssVariables": true,
11
+ "prefix": ""
12
+ },
13
+ "aliases": {
14
+ "components": "@/app/components",
15
+ "utils": "@/app/components/ui/lib/utils",
16
+ "ui": "@/app/components/ui",
17
+ "lib": "@/app/components/ui/lib",
18
+ "hooks": "@/app/components/ui/hooks"
19
20
+ "iconLibrary": "lucide"
21
+}
0 commit comments