We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ce0c7 commit 429912eCopy full SHA for 429912e
scripts/run-local.ps1
@@ -8,7 +8,7 @@ try {
8
Push-Location ( Join-Path $PSScriptRoot ../dotnet ) -StackName scripts
9
10
# Build and host SPA at http://127.0.0.1:8080/
11
- Start-Process pwsh { -c cd ../web/serverless-microservices-web && npm install && copy ../../test/settings.example.js web/js/settings.js && npm run serve }
+ Start-Process pwsh { -c cd ../web/serverless-microservices-web && npm install && copy ../../test/settings.example.js ./public/js/settings.js && npm run serve -- --port 4280 }
12
13
# Build and start Trip Archiver Nodejs Function
14
Start-Process pwsh { -c cd ../nodejs/serverless-microservices-functionapp-triparchiver && npm install && npm run pack && func start --javascript -p 7075 }
0 commit comments