mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
Replaced portal wording
This commit is contained in:
parent
70da7e2331
commit
a47dc6b7c2
@ -47,7 +47,7 @@ function printConfigInstruction() {
|
||||
|
||||
function printInstructions() {
|
||||
log();
|
||||
log(chalk.yellowBright.underline(`Add portal to your local Ghost config`));
|
||||
log(chalk.yellowBright.underline(`Add comments to your local Ghost config`));
|
||||
printConfigInstruction();
|
||||
log(chalk.cyanBright('='.repeat(50)));
|
||||
log();
|
||||
@ -141,7 +141,7 @@ function startDevServer() {
|
||||
});
|
||||
|
||||
server.listen(port, () => {
|
||||
log(chalk.whiteBright(`Portal dev server is running on http://localhost:${port}`));
|
||||
log(chalk.whiteBright(`Comments dev server is running on http://localhost:${port}`));
|
||||
printInstructions();
|
||||
doYarnStart();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user