enable debugging through sandbox (#88)

This commit is contained in:
Olcan
2025-04-21 12:39:58 -07:00
committed by GitHub
parent 53a5728009
commit 2571e07175
4 changed files with 17 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
"clean": "scripts/clean.sh",
"test": "npm run test --workspaces",
"start": "scripts/start.sh",
"debug": "scripts/debug.sh",
"debug": "DEBUG=1 scripts/start.sh",
"lint:fix": "eslint . --fix",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",