/** @type {import('tailwindcss').Config} */ export default { content: ["./views/**/*.{html,ejs,pug,hbs}", "./public/**/*.{html,js}"], };