diff options
| author | Allen Hutchison <[email protected]> | 2025-07-25 09:39:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-25 16:39:37 +0000 |
| commit | fb0db2dfd6ff4150150c2a7b88442da5625cd609 (patch) | |
| tree | 9b3f9db15fe0c96220025ba57e891ef7dd59346b /esbuild.config.js | |
| parent | 1d3ad9d0758a94e42fa88d20618d164fe1140f11 (diff) | |
adh/bugfix/1563 (#4822)
Diffstat (limited to 'esbuild.config.js')
| -rw-r--r-- | esbuild.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/esbuild.config.js b/esbuild.config.js index 846fb684..b7c7e56e 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -21,6 +21,12 @@ esbuild outfile: 'bundle/gemini.js', platform: 'node', format: 'esm', + alias: { + 'is-in-ci': path.resolve( + __dirname, + 'packages/cli/src/patches/is-in-ci.ts', + ), + }, define: { 'process.env.CLI_VERSION': JSON.stringify(pkg.version), }, |
