Files
AIPex/postcss.config.js
Ken Qian 98d0c15b05 refactor: migrate to custom chatbot and fix tool_calls API error
- 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
2025-10-02 16:59:17 +08:00

9 lines
121 B
JavaScript

/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
'@tailwindcss/postcss': {}
}
}