{ "version": "0.2.0", "configurations": [ { "type": "node", "name": "Debug: Server", "port": 9229, "request": "attach", "restart": true, "protocol": "inspector", "stopOnEntry": false }, { "name": "Debug: Client", "type": "node-terminal", "request": "launch", "command": "pnpm run dev:client", "console": "integratedTerminal", "serverReadyAction": { "action": "debugWithChrome", "pattern": "started server on .+, url: (https?://.+)", "uriFormat": "%s" } } ] }