Skip to content

Commit

Permalink
fix fractl-ui dts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sameoldlab committed May 8, 2024
1 parent 36ddfc7 commit 1ef8fc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-parents-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fractl-ui': patch
---

export types
4 changes: 2 additions & 2 deletions packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
svelte(),
dts({
entryRoot: 'src',
outDir: 'dist/types'
outDir: 'dist'
})
],
build: {
Expand All @@ -20,7 +20,7 @@ export default defineConfig({
fileName: 'index'
},
target: 'esnext',
sourcemap: true,
sourcemap: true
// minify: false
}
})

0 comments on commit 1ef8fc8

Please sign in to comment.