docs(teleporter): append productionization roadmap to TELEPORTATION.md

This commit is contained in:
Sehoon Shon
2026-02-24 17:07:52 -05:00
parent f79a34a81a
commit b0b6ebf574
8 changed files with 66036 additions and 32815 deletions

View File

@@ -38,6 +38,7 @@
"build:packages": "npm run build --workspaces",
"build:sandbox": "node scripts/build_sandbox.js",
"build:binary": "node scripts/build_binary.js",
"build:teleporter": "npm run build:teleporter --workspace @google/gemini-cli-core",
"bundle": "npm run generate && npm run build --workspace=@google/gemini-cli-devtools && node esbuild.config.js && node scripts/copy_bundle_assets.js",
"test": "npm run test --workspaces --if-present && npm run test:sea-launch",
"test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts && npm run test:sea-launch",