dotnet new modulith -n eShop --with-module Payments --WithUi
When I create a project with the above command, there is no UI related project in the project directory. In addition, there are syntax errors under the Payments module. Some methods that need to be created and the IWeatherForecastService, WeatherForecastResponse files are not available.

