X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvite.config.ts;h=a5a1d53342af3729580add99ae03ef4cf7394aa2;hb=4d029eab12e5e1f7fae5a32218c3967db6b0e86e;hp=c258c4b197a5e63cd8888333f980105611382d87;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;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)) + } + } })