pdf_rag / frontend /tailwind.config.js
austinbv
Create working frontend chat for langserve rag
48dd198
raw
history blame contribute delete
168 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}