Fake Mirrors
    Preparing search index...

    Class ReverseApp

    Represents the reverse application.

    Depends:

    import { DIContainer } from '@famir/common'
    import { ReverseApp } from '@famir/reverse-app'

    // Get container singleton
    const container = DIContainer.getInstance()

    // Register all dependencies
    // ...

    // Resolve and start the application
    const app = ReverseApp.resolve(container)
    await app.start()