new DBD.Dashboard({
  noCreateServer: Boolean,
});

Example Usage

new DBD.Dashboard({
  noCreateServer: true,
});

Props

noCreateServer
boolean
required

Whether or not to create and listen an express http/-s server for Dashboard.