We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f7f69 commit 64a7f48Copy full SHA for 64a7f48
packages/commandkit/src/cli/build.ts
@@ -61,6 +61,7 @@ export async function buildApplication({
61
},
62
moduleTypes: {
63
'.json': 'js',
64
+ '.node': 'binary',
65
66
67
plugins: rolldownPlugins,
0 commit comments