File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 33
44$ErrorActionPreference = ' Stop'
55
6- try {
7- # Install lightweight HTTP server for local hosting of SPA
8- npm install http- server - g
9-
6+ try {
107 # cd /dotnet
118 Push-Location ( Join-Path $PSScriptRoot ../ dotnet ) - StackName scripts
129
1310 # Build and host SPA at http://127.0.0.1:8080/
14- Start-Process pwsh { - c cd ../ web/ serverless- microservices- web && npm install && npm run build && copy ../ ../ test/ settings.example.js dist / js/ settings.js && cd dist && http - server }
11+ Start-Process pwsh { - c cd ../ web/ serverless- microservices- web && npm install && copy ../ ../ test/ settings.example.js web / js/ settings.js && npm run serve }
1512
1613 # Build and start Trip Archiver Nodejs Function
1714 Start-Process pwsh { - c cd ../ nodejs/ serverless- microservices- functionapp- triparchiver && npm install && npm run pack && func start -- javascript - p 7075 }
You can’t perform that action at this time.
0 commit comments