Skip to content

Instantly share code, notes, and snippets.

@andremartinsds
Created June 27, 2025 01:02
Show Gist options
  • Save andremartinsds/5d4359d5b34e41ed40925419ead1d673 to your computer and use it in GitHub Desktop.
Save andremartinsds/5d4359d5b34e41ed40925419ead1d673 to your computer and use it in GitHub Desktop.
Zed debuger
[
{
"label": "Debug Nest Framework",
"adapter": "JavaScript",
"type": "pwa-node",
"request": "launch",
"program": "$ZED_WORKTREE_ROOT/src/main.ts",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register", "-r", "tsconfig-paths/register"],
"sourceMaps": true,
"cwd": "$ZED_WORKTREE_ROOT",
"console": "integratedTerminal",
"env": {
// e.g. "NODE_ENV": "development"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment