9router / postcss.config.mjs
2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
Raw
History Blame Contribute Delete
240 Bytes
import path from "node:path";
import { fileURLToPath } from "node:url";
const projectRoot = path.dirname(fileURLToPath(import.meta.url));
export default {
plugins: {
"@tailwindcss/postcss": {
base: projectRoot,
},
},
};