From 41b82ce7964e8084a0ad1958d59c0249b354f132 Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Thu, 8 May 2025 16:09:26 -0700 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d993ca3a..ba127948 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dist # Docker folder to help skip auth refreshes .docker + +bundle \ No newline at end of file -- cgit v1.2.3