Skip to content

Commit

Permalink
fix(website): trace demo directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 30, 2024
1 parent 69bb8e0 commit 9e1aa48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ const nextConfig = {
},
outputFileTracingIncludes: {
'/*': [
// '../components/**/*',
'../packages/panda/src/theme/recipes/**/*',
'../components/react/src/demos/*',
'../components/solid/src/demos/*',
'../components/vue/src/demos/*',
'../packages/panda/src/theme/recipes/*',
],
},
}
Expand Down

0 comments on commit 9e1aa48

Please sign in to comment.