UNPKG

inversitron

Version:
10 lines (9 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var colors_1 = require("colors"); function buildProductionApp() { var notImplemented = colors_1.red('Build command not implemented'); throw new Error(notImplemented); } var build = function () { return buildProductionApp(); }; exports.default = build;