Skip to content

Commit

Permalink
update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiz1001 committed Nov 29, 2024
1 parent 9a4f4ac commit ce9ce0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Triton Server",
"cwd": "${workspaceFolder}/triton-server",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceFolder}/triton-server/src/start-server.ts"],
"args": ["${workspaceFolder}/triton-server/src/core/start-server.ts"],
"outputCapture": "std" // Send logging output to the Debug Console
},
{
Expand All @@ -19,7 +19,7 @@
"name": "Test Hercules API",
"cwd": "${workspaceFolder}/triton-server",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceFolder}/triton-server/src/magic/test_magic.ts"]
"args": ["${workspaceFolder}/triton-server/src/api/magic/test_magic.ts"]
},
{
"name": "Triton Server Debug Jest Tests",
Expand Down

0 comments on commit ce9ce0f

Please sign in to comment.