@agatee/cli
Version:
CLI for Agatee App
6 lines (5 loc) • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.indexStarterCode = void 0;
var indexStarterCode = function (appName) { /*javascript */ return "\n// Configuration of dotenv\nimport {config} from 'dotenv';\nconfig();\n\nimport {AppModule} from './app/app';\n\n(function(appModule: any) {\n (new appModule()).bootstrap();\n})(AppModule);\n"; };
exports.indexStarterCode = indexStarterCode;