Fix Tsup setup to fuel docs with twenty-ui components (#2978)

This commit is contained in:
Charles Bochet
2023-12-13 16:40:31 +01:00
committed by GitHub
parent e08790c344
commit 9eddaffac4
7 changed files with 1631 additions and 35 deletions

View File

@ -9,7 +9,7 @@ export default defineConfig([
verbose: true,
dts: true,
clean: true,
outDir: "../docs/src/ui/generated",
outDir: "../twenty-docs/src/ui/generated",
esbuildPlugins: [svgr({ template })],
},
]);