Skip to content

Commit

Permalink
Update panda.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Sep 28, 2024
1 parent 711c57d commit b7395fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion panda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export default defineConfig({
preflight: true,
include: ['./src/**/*.{ts,tsx,js,jsx}', './pages/**/*.{ts,tsx,js,jsx}'],
exclude: [],
outdir: 'styled-system'
outdir: 'styled-system',
presets: ['@danbot-hosting/panda-preset']
})

0 comments on commit b7395fe

Please sign in to comment.