/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@loopback/example-express-composition@8.0.11/dist/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";var _a,_b;Object.defineProperty(exports,"__esModule",{value:!0}),exports.main=void 0;const tslib_1=require("tslib"),server_1=require("./server");async function main(e={}){const r=new server_1.ExpressServer(e);await r.boot(),await r.start(),console.log("Server is running at http://127.0.0.1:3000")}if(tslib_1.__exportStar(require("./server"),exports),exports.main=main,require.main===module){main({rest:{port:+(null!==(_a=process.env.PORT)&&void 0!==_a?_a:3e3),host:null!==(_b=process.env.HOST)&&void 0!==_b?_b:"localhost",openApiSpec:{setServersFromRequest:!0},listenOnStart:!1}}).catch((e=>{console.error("Cannot start the application.",e),process.exit(1)}))}
//# sourceMappingURL=/sm/5ec9121541c3d0e5df1673063aada19b02b6639ed66d1597b7c35a8ea85053e6.map