Bulk-commit
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 1m25s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 1m25s
This commit is contained in:
18
web/components.json
Normal file
18
web/components.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema.json",
|
||||
"aliases": {
|
||||
"components": "src/components",
|
||||
"ui": "src/components/ui",
|
||||
"utils": "src/lib/utils"
|
||||
},
|
||||
"style": "default",
|
||||
"tailwind": {
|
||||
"baseColor": "neutral",
|
||||
"config": "./config/tailwind.config.js",
|
||||
"css": "./src/index.css",
|
||||
"cssVariables": true,
|
||||
"prefix": "",
|
||||
"rsc": false,
|
||||
"tsx": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user