summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-06-22 16:57:53 +0100
committerGitHub <[email protected]>2025-06-22 15:57:53 +0000
commit3c656cfbc619e82c3ecf3ea5356cf34cac58c539 (patch)
tree794f8441f9ed134da53d37d2ca002d0693745239 /package.json
parentcb76b08e31630d41c006323e8de211d7f14aaebd (diff)
feat: Only show ctrl-s when idle (#1299)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3bf9b7dd..958e5888 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"test:integration:sandbox:docker": "GEMINI_SANDBOX=docker node integration-tests/run-tests.js",
"test:integration:sandbox:podman": "GEMINI_SANDBOX=podman node integration-tests/run-tests.js",
"start": "node scripts/start.js",
- "debug": "cross-env DEBUG=1 node scripts/start.js",
+ "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
"lint:fix": "eslint . --fix && eslint integration-tests --fix",
"lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
"typecheck": "npm run typecheck --workspaces --if-present",