Adding the possibility to add multiple ui components in the live code editor in the docs (#2381)

* working

* forgot docs folder

* modify according to comments
This commit is contained in:
bosiraphael
2023-11-07 12:33:40 +01:00
committed by GitHub
parent 398a8d732d
commit 7aa6b20418
6 changed files with 72 additions and 31 deletions

View File

@ -9,6 +9,5 @@ export default defineConfig([
dts: true,
clean: true,
outDir: "../docs/src/ui/generated",
noExternal: ['@emotion/react', '@emotion/styled', '@tabler/icons-react', 'hex-rgb']
},
]);