diff --git a/src/commands/run.js b/src/commands/run.js index 989c61a8a..3be32817d 100644 --- a/src/commands/run.js +++ b/src/commands/run.js @@ -288,6 +288,7 @@ exports.handler = function ({ env: { REACT_APP_ENS_REGISTRY_ADDRESS: ctx.ens, BROWSER: 'none', + REACT_APP_PORT: WRAPPER_PORT } } @@ -353,7 +354,7 @@ exports.handler = function ({ ${chalk.bold('DAO address')}: ${ctx.daoAddress} ${(client !== false) ? - `Opening http://localhost:3000/#/${ctx.daoAddress} to view your DAO` : + `Opening http://localhost:${WRAPPER_PORT}/#/${ctx.daoAddress} to view your DAO` : `Use "aragon dao ${ctx.daoAddress}" to interact with your DAO` }`)