react-server675fbba4
react-servertreemain.vscodetasks.json
.vscode/tasks.jsonjson227 Bb7d3d87b
{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "build-hello-world",
      "type": "shell",
      "command": "pnpm build --sourcemap",
      "options": { "cwd": "${workspaceFolder}/examples/hello-world" }
    }
  ]
}