new DBD.Dashboard({
  port: Number,
});

Example Usage

new DBD.Dashboard({
  port: 3000,
});

Props

port
number
required
The port to run the dashboard on.