Replies: 2 comments
|
I see we are not using the port in the configuration file now. You can use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to set the server port when using the modern deploy command (node .output/index)? Even using server port 3000 in
modern.config.ts, when using thenpx modern deploycommand it sets port8080The port is only correct with the dev or serve command
modern.config.ts:
Output with modern deploy command and node .output/index:
Server is listening on http://[::]:8080All reactions