/**
 * Minified by jsDelivr using Terser v5.48.0.
 * Original file: /npm/@loopback/example-express-composition@8.0.15/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/6f96be2786d6be4d4da06832682aa54951f308f53e661f1274d1ce4ad386945b.map