Skip to content

Commit 429912e

Browse files
Change SPA port
1 parent d3ce0c7 commit 429912e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-local.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ try {
88
Push-Location ( Join-Path $PSScriptRoot ../dotnet ) -StackName scripts
99

1010
# 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 }
11+
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 }
1212

1313
# Build and start Trip Archiver Nodejs Function
1414
Start-Process pwsh { -c cd ../nodejs/serverless-microservices-functionapp-triparchiver && npm install && npm run pack && func start --javascript -p 7075 }

0 commit comments

Comments
 (0)