10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "global.css"
|
|
},
|
|
"app": {
|
|
"entry": "app/_layout.jsx",
|
|
"components": "components/ui"
|
|
}
|
|
} |