Skip to content

Commit 7af061d

Browse files
committed
chore: change browser to node
1 parent b4e5df3 commit 7af061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { dts } from 'bun-plugin-dtsx'
33
// Build the main package
44
await Bun.build({
55
entrypoints: ['src/index.ts'],
6-
target: 'browser',
6+
target: 'node',
77
outdir: './dist',
88
plugins: [dts()],
99
})

0 commit comments

Comments
 (0)