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

Commit 83894b4

Browse files
samundrakfusion-bot[bot]
authored and
fusion-bot[bot]
committed
Display application running URL on yarn dev
#462
1 parent a33ac51 commit 83894b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

commands/dev.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ exports.run = async function(
6060
// $FlowFixMe
6161
testRuntime ? testRuntime.run() : Promise.resolve(),
6262
]);
63+
if (!open) {
64+
logger.info(`Application is running on http://localhost:${port}`);
65+
}
6366
} catch (e) {} // eslint-disable-line
6467
};
6568

0 commit comments

Comments
 (0)