Replies: 2 comments
-
@yimingjfe cc |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see we are not using the port in the configuration file now. You can use |
Beta Was this translation helpful? Give feedback.
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 deploy
command it sets port8080
The 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://[::]:8080
Beta Was this translation helpful? Give feedback.
All reactions