feat: start over and layout
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from '@pandacss/dev'
|
||||
import entGamersPandaPreset from 'entgamers-panda-preset'
|
||||
|
||||
export default defineConfig({
|
||||
presets: [entGamersPandaPreset],
|
||||
gitignore: true,
|
||||
preflight: true,
|
||||
include: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||
exclude: [],
|
||||
outdir: 'src/styled-system',
|
||||
jsxFactory: 'panda',
|
||||
jsxFramework: 'react'
|
||||
})
|
||||
Reference in New Issue
Block a user