mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-29 19:09:09 -06:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"$schema": "https://shadcn-solid.com/schema.json",
|
|
"uno": {
|
|
"config": "uno.config.ts",
|
|
"css": {
|
|
"path": "src/app.css",
|
|
"variable": true
|
|
},
|
|
"color": "neutral",
|
|
"prefix": ""
|
|
},
|
|
"alias": {
|
|
"component": "@/modules/ui/components",
|
|
"ui": "@/modules/ui/components",
|
|
"cn": "@/modules/shared/style/cn"
|
|
}
|
|
}
|