Member Junction
    Preparing search index...

    Phase E — Gathers configuration and generates .env, mj.config.cjs, and Explorer environment files.

    const configure = new ConfigurePhase();
    const result = await configure.Run({
    Dir: '/path/to/install',
    Config: { DatabaseHost: 'localhost' },
    Yes: false,
    Emitter: emitter,
    });
    console.log(`Created: ${result.FilesWritten.join(', ')}`);
    Index

    Constructors

    Methods

    Constructors

    Methods