{ "version": "0.2.0", "configurations": [ { "name": "Next.js: Chrome", "type": "node-terminal", "request": "launch", "command": "pnpm run dev", "serverReadyAction": { "pattern": "- Local:.+(https?://.+)", "uriFormat": "%s", "action": "debugWithChrome", "webRoot": "${workspaceFolder}" } } ] }