Files
flyer-crawler.projectium.com/tailwind.config.js
Torben Sorensen 827ceee0e1
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 31s
move to using /src - still css issue work
2025-11-12 16:29:51 -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}",
],
};