mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"$schema": "https://nyxbui.design/schema.json",
|
|
"style": "miami",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|