Delta-v/runserver-Debug.bat

4 lines
74 B
Batchfile

@echo off
dotnet run --project Content.Server --configuration Debug
pause