UNPKG

decentrand

Version:

Decentraland CLI developer tool.

8 lines 409 B
import { PreviewComponents } from '../Preview'; import { Router } from '@well-known-components/http-server'; /** * This module handles the BFF mock and communications server for the preview mode. * It runs using @dcl/mini-comms implementing RFC-5 */ export declare function setupBffAndComms(components: PreviewComponents, router: Router<PreviewComponents>): Promise<void>; //# sourceMappingURL=bff.d.ts.map