summaryrefslogtreecommitdiff
path: root/esbuild.config.js
diff options
context:
space:
mode:
authorGal Zahavi <[email protected]>2025-08-14 13:40:12 -0700
committerGitHub <[email protected]>2025-08-14 20:40:12 +0000
commit980091cbc2a809690dbd401c16ec3ac34da56083 (patch)
tree5bdadbdbebcaf6471f753ef31ef3fdc6a7716ae3 /esbuild.config.js
parent48af0456c1883834a83ae74281f0c871129779d8 (diff)
feat(core): refactor shell execution to use node-pty (#6088)
Diffstat (limited to 'esbuild.config.js')
-rw-r--r--esbuild.config.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/esbuild.config.js b/esbuild.config.js
index 0cb8e0fa..bf83132f 100644
--- a/esbuild.config.js
+++ b/esbuild.config.js
@@ -21,7 +21,14 @@ esbuild
outfile: 'bundle/gemini.js',
platform: 'node',
format: 'esm',
- external: [],
+ external: [
+ '@lydell/node-pty',
+ '@lydell/node-pty-darwin-arm64',
+ '@lydell/node-pty-darwin-x64',
+ '@lydell/node-pty-linux-x64',
+ '@lydell/node-pty-win32-arm64',
+ '@lydell/node-pty-win32-x64',
+ ],
alias: {
'is-in-ci': path.resolve(
__dirname,