mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d77f3475a6
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
};
|
|
|
|
export default config;
|