inversitron
Version:
Simple framework based on InversifyJS
10 lines (9 loc) • 337 B
JavaScript
;
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;