fix node_modules watch in tailwind config

This commit is contained in:
lynx
2024-08-30 19:13:32 -05:00
parent 900be9b73c
commit dfe360f508

View File

@@ -11,7 +11,7 @@ module.exports = function (app, options) {
content: [
`../../apps/${app}/src/**/*.{ts,tsx,html,stories.tsx}`,
'../../packages/*/src/**/*.{ts,tsx,html,stories.tsx}',
'../../interface/**/*.{ts,tsx,html,stories.tsx}'
'../../interface/{app,components}/*.{ts,tsx,html,stories.tsx}'
],
darkMode: 'class',
theme: {