kunkun/packages/ui/components.json
Huakun 41302a29ff
fix: list view item's action panel and listview undefined error (#224)
* fix: list view item's action panel and listview undefined error

* chore: increase Node.js memory limit for build processes

* chore: configure Node.js memory limit for Tauri build process

* refactor: delete unecessary ui component code
2025-03-01 21:43:23 -05:00

18 lines
418 B
JSON

{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.ts",
"css": "app.css",
"baseColor": "neutral"
},
"aliases": {
"components": "@kksh/ui/src/components",
"utils": "@kksh/ui/utils",
"ui": "@kksh/ui/src/components/ui",
"hooks": "@kksh/ui/src/hooks"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}