Skip to content

Commit 64a7f48

Browse files
committed
fix: support binary files
1 parent d8f7f69 commit 64a7f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/commandkit/src/cli/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export async function buildApplication({
6161
},
6262
moduleTypes: {
6363
'.json': 'js',
64+
'.node': 'binary',
6465
},
6566
},
6667
plugins: rolldownPlugins,

0 commit comments

Comments
 (0)