{"version":3,"sources":["jsdelivr-header.js","/npm/abacus-service-dashboard@1.1.5/src/index.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,ACNA,aAGA,MAAM,OAAS,QAAQ,iBAEjB,MAAQ,QAAQ,eAAR,CAAwB,oBAEhC,UAAY,KAChB,MAAM,yBACC,UAGH,eAAiB,KACrB,MAAM,0BACN,YAAY,QAAQ,EAGhB,OAAS,KACb,gBAAgB,EAGlB,OAAO,QAAU,UACjB,OAAO,QAAQ,OAAS","file":"/npm/abacus-service-dashboard@1.1.5/src/index.js","sourceRoot":"","sourcesContent":["/**\n * Minified by jsDelivr using Terser v5.39.0.\n * Original file: /npm/abacus-service-dashboard@1.1.5/src/index.js\n *\n * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files\n */\n","'use strict';\n\n/* eslint-disable max-len*/\nconst webapp = require('./application');\n\nconst debug = require('abacus-debug')('abacus-dashboard');\n\nconst dashboard = () => {\n  debug('Getting dashboard app');\n  return webapp();\n};\n\nconst startDashboard = () => {\n  debug('Starting Dashboard App');\n  dashboard().listen();\n};\n\nconst runCLI = () => {\n  startDashboard();\n};\n\nmodule.exports = dashboard;\nmodule.exports.runCLI = runCLI;\n"]}