This commit is contained in:
Justin Kotalik 2020-04-16 11:28:34 -07:00 коммит произвёл GitHub
Родитель 1c3e83a02b
Коммит 2d3c9b8abb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ This tutorial will demonstrate how to use [`tye run`](/docs/reference/commandlin
Now that we have two applications running, let's make them communicate. By default, `tye` enables service discovery by injecting environment variables with a specific naming convention. For more information on, see [service discovery](/docs/reference/service_discovery.md).
1. Open the solution in your editor of choice.
1. If you haven't already, stop the existing `tye run` command using `Ctrl + C`. Open the solution in your editor of choice.
2. Add a file `WeatherForecast.cs` to the `frontend` project.