This commit is contained in:
2022-05-20 19:48:39 +00:00
parent 92e5cf8062
commit bfaa3b03d1
4 changed files with 57 additions and 12 deletions

View File

@@ -1,2 +1,6 @@
deploy
dotnet publish -c Release -o ./../publish/ --no-self-contained -r linux-x64
Hot reload during development:
open a terminal type dotnet watch and that's about it from here:
https://davemateer.com/2022/03/09/hot-reload-vscode-razor-pages-net6