best / frontend /postcss.config.mjs
anky2002's picture
feat: Complete project scaffold - backend (FastAPI) + frontend (Next.js 15) + scraper + LLM gateway
8f2ab79 verified
Raw
History Blame Contribute Delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;