Result: {{ result.test }}
```
### Windows 11 / Windows Terminal
By default (at time of writing), the Windows Terminal does not automatically close. However in the terminal settings you can change it so it closes on exit (no matter the exit reason)

Otherwise it will leave a lot of stray terminals around.
## Good to Develop!
At this stage everything should work in your development environment and you should be able to write code and have it proxy to your ASP.NET Core backend.
If you have any issues, or something is unclear or notice any problems with getting to this point, raise an issue on this repo and I will try to improve the guide!
## Publish
In the `.csproj` file change:
```xml