UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

7 lines (6 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MESSAGES = void 0; exports.MESSAGES = { RUNNER_EXECUTION_ERROR: (command) => `\nFailed to execute command: ${command}`, };