launchSettings.json 195 B

1234567891011
  1. {
  2. "profiles": {
  3. "Docker Compose": {
  4. "commandName": "DockerCompose",
  5. "commandVersion": "1.0",
  6. "serviceActions": {
  7. "myfrontend": "StartDebugging"
  8. }
  9. }
  10. }
  11. }