react-server675fbba4
react-serverfiles.vscodelaunch.json
.vscode/launch.jsonjson376 B0ec2a33e
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Run hello-world (production + sourcemap)",
      "cwd": "${workspaceFolder}/examples/hello-world",
      "runtimeExecutable": "pnpm",
      "runtimeArgs": ["start"],
      "preLaunchTask": "build-hello-world",
      "console": "integratedTerminal"
    }
  ]
}