From f5b3377d125f9de4aaf4d429fc69d2323e50ba74 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 14 Oct 2023 10:10:10 +0100 Subject: [PATCH] Point local debug config to correct command --- project/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/.vscode/launch.json b/project/.vscode/launch.json index 91026b3e..56bdf049 100644 --- a/project/.vscode/launch.json +++ b/project/.vscode/launch.json @@ -13,7 +13,7 @@ "sourceMaps": true, "runtimeArgs": [ "run", - "test:debug" + "run:debug" ], "outFiles": [ "!**/node_modules/**"