diff options
Diffstat (limited to 'dev-backend.ps1')
-rw-r--r-- | dev-backend.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-backend.ps1 b/dev-backend.ps1 new file mode 100644 index 00000000..958ae75e --- /dev/null +++ b/dev-backend.ps1 @@ -0,0 +1,3 @@ +Push-Location $PSCommandPath/../Backend/Timeline
+dotnet run --launch-profile Dev
+Pop-Location
|