From 3d21813a7978da594162892bf6e8675acb810968 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 28 Jun 2025 01:28:45 +0200 Subject: [PATCH] fix(vscode): update launch.json --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 26899db7..fbeaa0be 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,7 @@ "type": "node", "request": "launch", "name": "Debug and Watch", - "runtimeArgs": ["-r", "tsconfig-paths/register", "-r", "ts-node/register", "--watch-path", "src"], - "args": ["${workspaceFolder}/src/index.ts"], + "args": ["${workspaceFolder}/scripts/dev.js"], "console": "integratedTerminal" } ]