项目文件夹

文件
2026-07-13 12:30:54 +08:00

10 行
165 B
JSON

{
"tailwind": {
"config": "tailwind.config.js",
"css": "global.css"
},
"app": {
"entry": "app/_layout.tsx",
"components": "components/ui"
}
}