Skip to content

Commit 1033c79

Browse files
committed
external curl converter
1 parent 400002d commit 1033c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/insomnia-inso/esbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: BuildOptions = {
4141
'__DEV__': JSON.stringify(!isProd),
4242
},
4343
// node-llama-cpp is not included here because inso does not need it
44-
external: ['@getinsomnia/node-libcurl', 'fsevents', 'mocha'],
44+
external: ['@getinsomnia/node-libcurl', 'fsevents', 'mocha', 'curlconverter'],
4545
entryPoints: ['./src/index.ts'],
4646
};
4747

0 commit comments

Comments
 (0)