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

View File

@@ -7,8 +7,8 @@
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"clean": "rm -rf node_modules && npm run clean --workspaces",
"build": "scripts/build.sh",
"clean": "scripts/clean.sh",
"test": "npm run test --workspaces",
"start": "scripts/start.sh",
"debug": "scripts/debug.sh",