UNPKG

@ivoryio/ivory-cli

Version:
9 lines (8 loc) 673 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var __configureApp_1 = require("./__configureApp"); Object.defineProperty(exports, "configureApp", { enumerable: true, get: function () { return __configureApp_1.configureApp; } }); var __createReactApp_1 = require("./__createReactApp"); Object.defineProperty(exports, "createReactApp", { enumerable: true, get: function () { return __createReactApp_1.createReactApp; } }); var __deployInfrastructure_1 = require("./__deployInfrastructure"); Object.defineProperty(exports, "deployInfrastructure", { enumerable: true, get: function () { return __deployInfrastructure_1.deployInfrastructure; } });