seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76)

This commit is contained in:
Olcan
2025-04-21 07:50:18 -07:00
committed by GitHub
parent bfb064024e
commit 39bdedab9c
7 changed files with 89 additions and 28 deletions

6
scripts/clean.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -euo pipefail
# remove npm install/build artifacts
rm -rf node_modules
npm run clean --workspaces