mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-03 22:26:43 +00:00

* 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
18 lines
418 B
JSON
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"
|
|
}
|