Example Usage
Props
boolean
required
Whether or not to create and listen an express http/-s server for Dashboard.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Do not create and don’t listen an express http/-s server for Dashboard.
new DBD.Dashboard({
noCreateServer: Boolean,
});
new DBD.Dashboard({
noCreateServer: true,
});
Was this page helpful?