UNPKG

@donmahallem/trapeze-client-desktop

Version:

An electron app to be used with trapeze endpoints

19 lines 591 B
"use strict"; /*! * Source https://github.com/donmahallem/trapeze */ Object.defineProperty(exports, "__esModule", { value: true }); const app_1 = require("./app"); exports.appCallback = (config) => { const trapezeApp = new app_1.TrapezeApp(config); trapezeApp.init() .then(() => { // tslint:disable-next-line:no-console console.log('App started'); }) .catch((err) => { // tslint:disable-next-line:no-console console.error('Error occured during startup', err); }); }; //# sourceMappingURL=app-callback.js.map