const config = require("./config.js"); process.on("uncaughtException", function (err) { console.error('err uncaught Exception : ', err); }); require("./src/httpServer.js").serve(config);