mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-18 20:46:04 +00:00
- Implement custom MessageHandler with event-driven architecture - Fix OpenAI API tool_calls validation by ensuring complete responses - Resolve Tailwind CSS HMR issues by loading CSS in HTML - Add shadcn/ui components and AI element components - Migrate from Plasmo to Vite for better build control
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/tailwind.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
} |