1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(stp): return log+webout for debug on

This commit is contained in:
Saad Jutt
2022-04-02 07:06:09 +05:00
parent 7d5128c0d6
commit 3ff6f5e865
3 changed files with 7 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ export const publishAppStream = async (
addEntryToFile
)
const sasJsPort = process.env.PORT ?? 5000
const sasJsPort = process.env.PORT || 5000
console.log(
'Serving Stream App: ',
`http://localhost:${sasJsPort}/AppStream/${streamServiceName}`