/** @type {import('tailwindcss').Config} */ export default { content: ["./src/client/**/*.{html,tsx,ts}"], theme: { extend: {}, }, plugins: [], };