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
+1 -1
View File
@@ -8,7 +8,7 @@ import { AuthCommand } from './commands/auth.command';
import { ConfigService } from './services/config.service';
const packageJson = JSON.parse(
readFileSync(join(__dirname, '../../package.json'), 'utf-8'),
readFileSync(join(__dirname, '../package.json'), 'utf-8'),
);
const program = new Command();