diff --git a/services/print-message.js b/services/print-message.js index e2823c2f..a33df99c 100644 --- a/services/print-message.js +++ b/services/print-message.js @@ -36,7 +36,7 @@ module.exports = (ip, port, isDocker) => { + `http://${ip}:${port}${chars.RESET}${blanks(18 - ip.length)}${chars.GREEN}┃${chars.BR}` + `┃ ${chars.CYAN}After updating your config file, run '${chars.BRIGHT}yarn build` + `${chars.RESET}${chars.CYAN}' to rebuild the app${blanks(6)}${chars.GREEN}┃${chars.BR}` - + `┗${line(75)}┛${chars.BR}${chars.BR}`; + + `┗${line(75)}┛${chars.BR}${chars.BR}${chars.RESET}`; } return msg; }; diff --git a/src/components/Settings/ConfigLauncher.vue b/src/components/Settings/ConfigLauncher.vue index ab50466b..241e32ea 100644 --- a/src/components/Settings/ConfigLauncher.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -10,7 +10,7 @@ -