UNPKG

@intocode-io/fireliff-cli

Version:

Command line interface for building LIFF app on Firebase

17 lines (13 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FunctionsConfigError = void 0; class FunctionsConfigError extends Error { constructor(message) { super(message); this.name = 'FunctionsConfigError'; } } exports.FunctionsConfigError = FunctionsConfigError; //# sourceMappingURL=functions-config-error.js.map