X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvite.config.ts;h=a5a1d53342af3729580add99ae03ef4cf7394aa2;hb=a974c8e4b8a98c9450be49546a77be0d03e9f512;hp=c258c4b197a5e63cd8888333f980105611382d87;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/vite.config.ts b/ui/web/vite.config.ts index c258c4b1..a5a1d533 100644 --- a/ui/web/vite.config.ts +++ b/ui/web/vite.config.ts @@ -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)) + } + } })