diff options
Diffstat (limited to 'dev-frontend.ps1')
-rw-r--r-- | dev-frontend.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-frontend.ps1 b/dev-frontend.ps1 new file mode 100644 index 00000000..e004980d --- /dev/null +++ b/dev-frontend.ps1 @@ -0,0 +1,3 @@ +Push-Location $PSCommandPath/../FrontEnd
+pnpm run start
+Pop-Location
|