@cdk-x/core
    Preparing search index...

    Interface CdkxConfig

    Shape of the cdkx.json configuration file.

    Used by synth, deploy, destroy, and future commands. Lives in @cdk-x/core so both engine and CLI can import it without circular dependencies.

    interface CdkxConfig {
        app: string;
        output?: string;
    }
    Index

    Properties

    Properties

    app: string

    Shell command to run the user's compiled app (e.g. node app.js).

    output?: string

    Output directory for synthesis artifacts (default: 'cdkx.out').