Skip to content

Commit

Permalink
Add local dwn-server node to VSCode launch files
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Mar 15, 2024
1 parent 97c4d3c commit 0dbc86a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/agent/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"<node_internals>/**"
],
"env": {
"TEST_DWN_URL": "http://localhost:3010"
"TEST_DWN_URL": "http://localhost:3000"
}
}
]
Expand Down
5 changes: 4 additions & 1 deletion packages/proxy-agent/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"preLaunchTask": "build tests",
"skipFiles": [
"<node_internals>/**"
]
],
"env": {
"TEST_DWN_URL": "http://localhost:3000"
}
}
]
}
5 changes: 4 additions & 1 deletion packages/user-agent/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"preLaunchTask": "build tests",
"skipFiles": [
"<node_internals>/**"
]
],
"env": {
"TEST_DWN_URL": "http://localhost:3000"
}
}
]
}

0 comments on commit 0dbc86a

Please sign in to comment.