move to using /src - still css issue work
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 31s

This commit is contained in:
2025-11-12 16:29:51 -08:00
parent 0e93e27a49
commit 827ceee0e1
3 changed files with 27 additions and 28 deletions

View File

@@ -1,2 +1,11 @@
// tailwind.config.js
throw new Error('--- THIS IS THE TAILWIND CONFIG ERROR TEST. IF YOU SEE THIS, THE FILE IS BEING READ. ---');
console.log('--- [EXECUTION PROOF] tailwind.config.js is being loaded. ---');
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
};