Improve application ast 3 (#17061)
- fix should generate - fix errors not displayed properly
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user