Improve apps (#19120)
fixes https://discord.com/channels/1130383047699738754/1488094970241089586
This commit is contained in:
@@ -108,7 +108,7 @@ export const registerRemoteCommands = (program: Command): void => {
|
||||
if (!detectedUrl) {
|
||||
console.error(
|
||||
chalk.red(
|
||||
'No local Twenty server found on ports 2020 or 3000.\n' +
|
||||
'No local Twenty server found.\n' +
|
||||
'Start one with: yarn twenty server start',
|
||||
),
|
||||
);
|
||||
|
||||
@@ -37,10 +37,6 @@ export const registerServerCommands = (program: Command): void => {
|
||||
console.error(chalk.red(result.error.message));
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
console.log(
|
||||
chalk.green(`\nLocal remote configured → ${result.data.url}`),
|
||||
);
|
||||
});
|
||||
|
||||
server
|
||||
|
||||
Reference in New Issue
Block a user