Skip to content

Commit

Permalink
fix(ui): Added composable to build config (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManUtopiK committed Jan 15, 2024
1 parent 4553d50 commit f3c3de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools-ui-kit/build.config.ts
Expand Up @@ -6,6 +6,7 @@ export default defineBuildConfig({
{ input: 'src/module', format: 'esm' },
{ input: 'src/unocss', format: 'esm' },
{ input: 'src/components/', outDir: 'dist/components' },
{ input: 'src/composables/', outDir: 'dist/composables' },
{ input: 'src/runtime/', outDir: 'dist/runtime' },
{ input: 'src/assets/', outDir: 'dist/assets' },
],
Expand Down

0 comments on commit f3c3de1

Please sign in to comment.