Skip to content

Commit b728b9e

Browse files
committed
chore: also adjust option here
1 parent b42c0d7 commit b728b9e

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
@@ -12,7 +12,7 @@ const result = await Bun.build({
1212
plugins: [
1313
dts({
1414
cwd: import.meta.dir,
15-
outDir: 'dist',
15+
outdir: 'dist',
1616
}),
1717
],
1818
})

0 commit comments

Comments
 (0)