You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've changed my ServerSetting like the following code:
@ServerSettings({
port: 8070,
rootDir: Path.resolve(__dirname), // optional. By default it's equal to process.cwd()
acceptMimes: ["application/json"]
})
But keeps running on the 8080 port with the output:
[2019-08-27T12:32:30.534] [INFO ] [TSED] - Listen server on http://0.0.0.0:8080
[2019-08-27T12:32:30.534] [INFO ] [TSED] - Listen server on https://0.0.0.0:8000
Server started...
[2019-08-27T12:32:30.534] [INFO ] [TSED] - Started in 42 ms
The text was updated successfully, but these errors were encountered:
alexredcompanies
changed the title
Change ServerSetting port doesn't work
Change ServerSettings port doesn't work
Aug 27, 2019
Information
Description
I've changed my ServerSetting like the following code:
But keeps running on the 8080 port with the output:
The text was updated successfully, but these errors were encountered: