move to using /src - still css issue work
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 22s

This commit is contained in:
2025-11-12 16:55:10 -08:00
parent 12970d371d
commit dcac08e737
5 changed files with 23 additions and 30 deletions

View File

@@ -1,11 +0,0 @@
// 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}",
],
};