Improve application ast 3 (#17061)

- fix should generate
- fix errors not displayed properly
This commit is contained in:
martmull
2026-01-10 15:52:28 +01:00
committed by GitHub
parent 3acc87a620
commit 936ec06fe8
10 changed files with 32 additions and 11 deletions
@@ -1,3 +1,4 @@
import { inspect } from 'util';
import chalk from 'chalk';
import { Command } from 'commander';
import {
@@ -12,6 +13,8 @@ import { formatPath } from '@/cli/utils/format-path';
import { AppGenerateCommand } from '@/cli/commands/app-generate.command';
import { AppLogsCommand } from '@/cli/commands/app-logs.command';
inspect.defaultOptions.depth = 10;
export class AppCommand {
private devCommand = new AppDevCommand();
private syncCommand = new AppSyncCommand();