diff options
| author | Taylor Mullen <[email protected]> | 2025-04-20 22:28:12 -0400 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-04-20 22:28:39 -0400 |
| commit | bfb064024e3e88c0f707595b50e48a1e7c65063b (patch) | |
| tree | 76d422c150f56f32a7ff460a44d4ebfc4060f09c | |
| parent | ce0f2dd8680609b194036a227aee7a35212c419d (diff) | |
Revert debug undo.
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b55822ae..b0d56370 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "clean": "rm -rf node_modules && npm run clean --workspaces", "test": "npm run test --workspaces", "start": "scripts/start.sh", - "debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli", + "debug": "scripts/debug.sh", "fix": "eslint . --fix", "lint": "eslint . --ext .ts,.tsx", "typecheck": "tsc --noEmit --jsx react", |
