UNPKG

@ducatus/ducatus-wallet-service-rev

Version:
15 lines 570 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var pushnotificationsservice_1 = require("../lib/pushnotificationsservice"); var config = require('../config'); var log = require('npmlog'); log.debug = log.verbose; log.level = 'debug'; var pushNotificationsService = new pushnotificationsservice_1.PushNotificationsService(); pushNotificationsService.start(config, function (err) { if (err) throw err; log.debug('Push Notification Service started'); }); //# sourceMappingURL=pushnotificationsservice.js.map