Skip to content

Commit

Permalink
Tools batch files (#29179)
Browse files Browse the repository at this point in the history
* Tools batch files

* fine
  • Loading branch information
VasilisThePikachu authored Jun 19, 2024
1 parent 674409d commit 9759747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runclient-Tools.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
dotnet run --project Content.Client --configuration Tools
3 changes: 3 additions & 0 deletions runserver-Tools.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
dotnet run --project Content.Server --configuration Tools
pause

0 comments on commit 9759747

Please sign in to comment.