- Removed manual theme switching logic and ThemeProvider - Installed and configured tailwind-scrollbar plugin - Updated FileConverter and ConversionOptions to use shadcn Input - Refactored FontSelector to use shadcn Tabs - Simplified global styles and adjusted glassmorphic effects
12 lines
135 B
JSON
12 lines
135 B
JSON
{
|
|
"mcpServers": {
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": [
|
|
"shadcn@latest",
|
|
"mcp"
|
|
]
|
|
}
|
|
}
|
|
}
|