vite.config.js @@ -26,5 +26,15 @@ alias: { '@': fileURLToPath(new URL('./src', import.meta.url)) } }, css: { preprocessorOptions: { scss: { additionalData: `@use "@/styles/index.scss" as *;` } } }, server: { host: '0.0.0.0' } });