Razzle: PORT_DEV

Created on 5 Jun 2020  路  3Comments  路  Source: jaredpalmer/razzle

~馃摉 Documentation~ Feature request

I have a monorepo and I'm setting it up with multiple packages that each use razzle. I was confused as to why I couldn't get them all to run in dev mode at the same time (each package is using a different sequential PORT value).

After a bit of digging I realised that the secret sauce was the cause of my issues 馃槃 (implicitly choosing the next sequential port as the dev port).

After a little more digging I've found PORT_DEV in the code here but it's not documented.

EDIT: turns out although although the reference to PORT_DEV exists in the code it doesn't seem to be used anymore? I'd like to suggest making it work and adding it to the docs

Most helpful comment

Will see what I can do about that 馃榾

All 3 comments

Fixed

@fivethreeo any idea when this might be released? would be nice to get rid of my workaround

Will see what I can do about that 馃榾

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dizzyn picture dizzyn  路  3Comments

jcblw picture jcblw  路  4Comments

corydeppen picture corydeppen  路  3Comments

knipferrc picture knipferrc  路  5Comments

ewolfe picture ewolfe  路  4Comments