-
I tried I browsed the documentation to see how to change the port but have not found the information. |
Beta Was this translation helpful? Give feedback.
Answered by
nobkd
May 7, 2024
Replies: 1 comment 4 replies
-
Add See https://nuejs.org/docs/reference/configuration-options.html#port |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no command line option for the port, but you can create another environment file that overrides values in
site.yaml
or defaults with its own. This can be useful, if you want to change more than just one value for your setup in dev VS prod.See
nue --help
or https://nuejs.org/docs/reference/command-line-interface.html or:nue/packages/nuekit/src/cli-help.js
Lines 15 to 22 in b8a542a