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

This commit is contained in:
2025-11-12 15:34:42 -08:00
parent 41e3a14925
commit 97c2d6db46
5 changed files with 3 additions and 14 deletions

View File

@@ -7,10 +7,7 @@ const __dirname = path.dirname(__filename);
/** @type {import('tailwindcss').Config} */
export default {
content: [
// Point to the root index.html
path.resolve(__dirname, './index.html'),
// Scan for all relevant files inside the new 'src' directory
path.resolve(__dirname, './src/**/*.{js,ts,jsx,tsx}'),
],
};