diff --git a/app/.vscode/launch.json b/app/.vscode/launch.json index 584a6541..65f6f49d 100644 --- a/app/.vscode/launch.json +++ b/app/.vscode/launch.json @@ -16,7 +16,7 @@ "cwd": "${workspaceFolder}", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev"], - "runtimeVersion": "22.12.0", + "runtimeVersion": "22.13.0", "skipFiles": ["/**"], "console": "integratedTerminal" }