Skip to content

Commit

Permalink
chore: 세팅 내용 일부 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso authored Jul 13, 2024
1 parent 81d7190 commit 0269753
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export default defineConfig({
preflight: true,

// Where to look for your css declarations
include: ['./app/**/*.{js,jsx,ts,tsx}', './pages/**/*.{js,jsx,ts,tsx}'],
include: [
'./app/**/*.{js,jsx,ts,tsx}',
'./components/**/*.{js,jsx,ts,tsx}',
'./features/**/*.{js,jsx,ts,tsx}',
],

// Files to exclude
exclude: [],
Expand Down

0 comments on commit 0269753

Please sign in to comment.