vite.config.js
@@ -27,6 +27,16 @@ '@': fileURLToPath(new URL('./src', import.meta.url)) } }, css: { // postcss: { // plugins: [autoprefixer], // }, preprocessorOptions: { scss: { additionalData: `@use "@/styles/index.scss" as *;` } } }, server: { host: '0.0.0.0' }