UNPKG

r8s-cli

Version:

A command line tool for Reaction Commerce to be used with kubernetes

14 lines (10 loc) 282 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function () { (0, _config.initGlobalConfig)(); (0, _notifications.processNotifications)(); }; var _config = require('./config'); var _notifications = require('./notifications');