Files
shiftcraft/.zed/debug.json
2026-04-17 23:26:01 +00:00

15 lines
287 B
JSON

[
{
"label": "Launch Chrome (TypeScript)",
"adapter": "JavaScript",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"program": "$ZED_FILE",
"webRoot": "${ZED_WORKTREE_ROOT}",
"skipFiles": [
"<node_internals>/**"
]
}
]