Fix twenty sdk and create twenty app (#16282)

As title
This commit is contained in:
martmull
2025-12-03 15:12:34 +01:00
committed by GitHub
parent e79046618b
commit ea79425fc0
14 changed files with 510 additions and 105 deletions
@@ -123,6 +123,6 @@ export class CreateAppCommand {
console.log('');
console.log(chalk.blue('Next steps:'));
console.log(`cd ${appDirectory.split('/').reverse()[0] ?? ''}`);
console.log('twenty app dev');
console.log('yarn auth');
}
}
@@ -125,7 +125,7 @@ const createPackageJson = async ({
auth: 'twenty auth login',
},
dependencies: {
'twenty-sdk': '0.1.0',
'twenty-sdk': '0.1.1',
},
devDependencies: {
'@types/node': '^24.7.2',