Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Display application running URL on yarn dev
Browse files Browse the repository at this point in the history
  • Loading branch information
samundrak authored and fusion-bot[bot] committed Aug 3, 2018
1 parent a33ac51 commit 83894b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ exports.run = async function(
// $FlowFixMe
testRuntime ? testRuntime.run() : Promise.resolve(),
]);
if (!open) {
logger.info(`Application is running on http://localhost:${port}`);
}
} catch (e) {} // eslint-disable-line
};

Expand Down

0 comments on commit 83894b4

Please sign in to comment.