chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / ui / web / src / assets / config.ts
index 8d40c7443ab1a582d318d42b9d60c8314c9100aa..cf6f3eb2d23a41435484386d0ef4a9d850d6bda4 100644 (file)
@@ -1,11 +1,11 @@
-import type { BaseConfig } from '@/types';
+import type { BaseConfig } from '@/types'
 
 const config: BaseConfig = {
   uiServer: {
     host: 'localhost',
     port: 8080,
-    protocol: 'ui0.0.1',
-  },
-};
+    protocol: 'ui0.0.1'
+  }
+}
 
-export default config;
+export default config