diff options
| author | Taylor Mullen <[email protected]> | 2025-05-08 16:09:26 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-08 23:36:42 -0700 |
| commit | 41b82ce7964e8084a0ad1958d59c0249b354f132 (patch) | |
| tree | b925d82cfccb7df80b760874c940183389d49e1b /.gitignore | |
| parent | 1c486a40501baf7ab675383efe23c36508a9f24c (diff) | |
Add bundling support.
- This can now be invoked with `npm run bundle`, it creates a `bundle/` folder that has:
- gemini.js
- sandbox-macos-minimal.sb
- sandbox-macos-strict.sb
- shell.json
- shell.md
- This doesn't include any sort of automation for auto bundling pieces. It's just the root capability which we can weave into other locations.
Fixes https://b.corp.google.com/issues/411432723
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,3 +22,5 @@ dist # Docker folder to help skip auth refreshes .docker + +bundle
\ No newline at end of file |
