refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / ui / web / src / assets / config.ts
index cf6f3eb2d23a41435484386d0ef4a9d850d6bda4..c9068f9b66a087c5010e5fcab6e39b6580eef4b4 100644 (file)
@@ -4,8 +4,8 @@ const config: BaseConfig = {
   uiServer: {
     host: 'localhost',
     port: 8080,
-    protocol: 'ui0.0.1'
-  }
+    protocol: 'ui0.0.1',
+  },
 }
 
 export default config