Dev Server port not in nitro.config.ts #2797
Unanswered
angelhdzmultimedia
asked this question in
Q&A
Replies: 2 comments
-
#1 Apparently it's not loading the config from Here I added the missing logic to load the nitro config. Found the root of the issue #2: await listen(toNodeListener(app), { ...opts, port });` |
Beta Was this translation helpful? Give feedback.
0 replies
-
@angelhdzmultimedia you can use markthree/nitro-port-module |
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
-
I can't find
port
for the dev server, only thePORT
env var works.Is this by design or is missing that prop in
devServer
object in the config?⚡👋
Beta Was this translation helpful? Give feedback.
All reactions