riku
2025-04-23 f1f26b166b71371e0a8dfaf9b9f575d2d79feefc
vite.config.js
@@ -27,6 +27,13 @@
      '@': fileURLToPath(new URL('./src', import.meta.url))
    }
  },
  css: {
    preprocessorOptions: {
      scss: {
        additionalData: `@use "@/styles/index.scss" as *;`
      }
    }
  },
  server: {
    host: '0.0.0.0'
  }