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
Came across an interesting bug, if you run a nuxt app pnpm run dev, and run another nuxt app using pnpm run dev --host, the local of the second app instead of incrementing by one to :3001 it also opens on :3000.
However, when running the first app using pnpm run dev --host and then second app same command with same --host flag it increments the port correctly.
Using latest version of nuxt on both.
Thanks for your work!
Thoughts?
The text was updated successfully, but these errors were encountered:
moshetanzer
changed the title
when using --host local always opens on :3000
when using --host flag on one project, local always opens on :3000
Mar 21, 2024
Hi @pi0,
Hope you well
Came across an interesting bug, if you run a nuxt app
pnpm run dev
, and run another nuxt app usingpnpm run dev --host
, the local of the second app instead of incrementing by one to :3001 it also opens on :3000.However, when running the first app using
pnpm run dev --host
and then second app same command with same--host
flag it increments the port correctly.Using latest version of nuxt on both.
Thanks for your work!
Thoughts?
The text was updated successfully, but these errors were encountered: