Skip to content

Commit

Permalink
Create panda.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Sep 28, 2024
1 parent daf0243 commit 711c57d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions panda.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from '@pandacss/dev'

export default defineConfig({
preflight: true,
include: ['./src/**/*.{ts,tsx,js,jsx}', './pages/**/*.{ts,tsx,js,jsx}'],
exclude: [],
outdir: 'styled-system'
})

0 comments on commit 711c57d

Please sign in to comment.