UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

11 lines (7 loc) 194 B
import services from './services'; import App from './App'; const app = new App(services); app .bind() .start() .catch((err) => services.telemetry?.logger.error('[start] Error', err));