Skip to content

Commit 1a90048

Browse files
committed
fix: add inlineOnly: false for tsdown
1 parent 9b44a71 commit 1a90048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ await build({
2424
platform: "node",
2525
format: "esm",
2626
fixedExtension: true,
27+
inlineOnly: false,
2728
});

0 commit comments

Comments
 (0)