e6c2f31925
* examples: update with-ai-sdk * examples: update with-cloud * examples: update with-vercel-ai-rsc * examples: update with-external-store * examples: update with-react-hook-form * example: update with-ffmpeg * example: update with-openai-assistants * fixes * example: with-langgraph * example: drop with-inline-suggestions for now * example: update local-ollama * example: update: search-agent-for-e-commerce * remove registry avatar * dep update * fix code style * remove tailwindcss-animate
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
};
|
|
|
|
export default config;
|