This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -4,9 +4,9 @@
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Debug @my-monorepo/api with Nx",
|
||||
"name": "Debug @spairtech/api with Nx",
|
||||
"runtimeExecutable": "npx",
|
||||
"runtimeArgs": ["nx", "serve", "@my-monorepo/api"],
|
||||
"runtimeArgs": ["nx", "serve", "@spairtech/api"],
|
||||
"env": {
|
||||
"NODE_OPTIONS": "--inspect=9229"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user