Skip to content

Commit

Permalink
add helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 3, 2023
1 parent d3e2895 commit b8179a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions start.frontend.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$CURRENT_PATH = Get-Location
Set-Location -Path ".\application\frontend\"
try {
npm run start
} finally {
Set-Location -Path $CURRENT_PATH
}

0 comments on commit b8179a4

Please sign in to comment.