UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

9 lines (8 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = startAction; /* eslint-disable no-console */ async function startAction() { console.log('startAction here'); // TODO }