Files
flyer-crawler.projectium.com/tailwind.config.js
Torben Sorensen e12b7f7f6e
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m31s
move to using /src - still css issue work
2025-11-12 17:03:59 -08:00

11 lines
237 B
JavaScript

// tailwind.config.js
console.log('--- [EXECUTION PROOF] tailwind.config.js is being loaded. ---');
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
};