Member Junction
    Preparing search index...

    Where a manifest-sourced package's workspace member lives on disk (the app's own repository).

    interface WorkspaceHome {
        RepoDir: string;
        SourceDirectory: string;
    }
    Index

    Properties

    RepoDir: string

    Directory holding the app's mj-app.json.

    SourceDirectory: string

    code.sourceDirectory from the manifest (default packages), relative to RepoDir.