mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-09-15 06:42:51 +02:00
- Add export of logs to activity table - Fix drag / drop of columns - Fix broken copy and paste in UI - Rename ui-svelte to ui Fix #1016
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"tailwind": {
|
|
"css": "src/index.css",
|
|
"baseColor": "zinc"
|
|
},
|
|
"aliases": {
|
|
"components": "$lib/components",
|
|
"utils": "$lib/utils",
|
|
"ui": "$lib/components/ui",
|
|
"hooks": "$lib/hooks",
|
|
"lib": "$lib"
|
|
},
|
|
"typescript": true,
|
|
"registry": "https://shadcn-svelte.com/registry",
|
|
"iconLibrary": "lucide"
|
|
}
|