refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / ui / web / vite.config.ts
index a5a1d53342af3729580add99ae03ef4cf7394aa2..c258c4b197a5e63cd8888333f980105611382d87 100644 (file)
@@ -7,7 +7,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@': fileURLToPath(new URL('./src', import.meta.url))
-    }
-  }
+      '@': fileURLToPath(new URL('./src', import.meta.url)),
+    },
+  },
 })