mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-21 05:44:54 +00:00
* feat: AIPex agent core and restructure project files * fix: Update tool parameter schema validation in tests and base class * Delete .cursor/rules directory * fix tests
9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
/**
|
|
* @type {import('postcss').ProcessOptions}
|
|
*/
|
|
module.exports = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|