Skip to content

Commit

Permalink
chore: build for node
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 18, 2024
1 parent f3a4fc9 commit 303473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ await Bun.build({
entrypoints: ['./src/index.ts', './bin/cli.ts'],
outdir: './dist',
format: 'esm',
target: 'bun',
target: 'node',
minify: true,
splitting: true,
plugins: [dts()],
Expand Down

0 comments on commit 303473b

Please sign in to comment.