{ "version": "0.2.0", "configurations": [ { "command": "yarn run dev", "name": "Run Dev", "request": "launch", "type": "node-terminal" }, { "command": "yarn run dev:local", "name": "Run Dev Locally", "request": "launch", "type": "node-terminal" } ] }