Web UI: add and fix missing commands support
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 80e14d151bef4897d4f4ec541e967529572d2003..d1e2efd363f3066cea99c1b6558bf23823052caa 100644 (file)
@@ -35,7 +35,7 @@ const moduleName = 'Bootstrap';
 const missingChargingStationsConfigurationExitCode = 1;
 const noChargingStationTemplatesExitCode = 2;
 
-export default class Bootstrap {
+export class Bootstrap {
   private static instance: Bootstrap | null = null;
   private workerImplementation: WorkerAbstract<ChargingStationWorkerData> | null = null;
   private readonly uiServer!: AbstractUIServer;