reactredux/src/launchSettings.json

15 lines
383 B
JSON

{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"mongo": "StartWithoutDebugging",
"mongo-express": "StartWithoutDebugging",
"reverseproxy": "StartWithoutDebugging",
"weatherforecast": "StartDebugging",
// "clientapp": "StartDebugging"
}
}
}
}