From 95edc0d303aa6606c8d01af07ef619c9f5252928 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 27 Apr 2026 00:42:06 +0800 Subject: [PATCH] chore: check interval --- .vscode/launch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2b5cda608..dfee949d7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -65,6 +65,16 @@ "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" }, + { + "name": "server-new", + "type": "node", + "request": "launch", + "cwd": "${workspaceFolder}/packages/ui/certd-server", + "runtimeExecutable": "pnpm", + "runtimeArgs": ["dev-new"], + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen" + }, { "name": "server-local-plus", "type": "node",