mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-02 04:13:58 -04:00
fix node_modules watch in tailwind config
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user