martmull
2026-03-30 17:03:23 +02:00
committed by GitHub
parent 40abe1e6d0
commit 8985dfbc5d
21 changed files with 181 additions and 104 deletions
@@ -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