All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 31s
11 lines
237 B
JavaScript
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}",
|
|
],
|
|
}; |