Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Oct 11, 2024
1 parent b733dbd commit 90746f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import dts from 'bun-plugin-dts'

const defaultBuildConfig: BuildConfig = {
entrypoints: ['./src/index.ts'],
outdir: './dist',
minify: true
outdir: './dist'
}

await Promise.all([
Expand Down

0 comments on commit 90746f2

Please sign in to comment.