diff options
| author | Gal Zahavi <[email protected]> | 2025-08-15 10:27:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-15 17:27:33 +0000 |
| commit | 1a2906a8ad6e9cf7a68441c956af91d189eff417 (patch) | |
| tree | 599da5522cfa33c30793d57a73fd4ff93ab50daf /esbuild.config.js | |
| parent | ab1c483cab659ac2ab081e74a0e3bd0fcc48a734 (diff) | |
Revert #6088 (#6328)
Diffstat (limited to 'esbuild.config.js')
| -rw-r--r-- | esbuild.config.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/esbuild.config.js b/esbuild.config.js index bf83132f..0cb8e0fa 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -21,14 +21,7 @@ esbuild outfile: 'bundle/gemini.js', platform: 'node', format: 'esm', - 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', - ], + external: [], alias: { 'is-in-ci': path.resolve( __dirname, |
