vite.config.js
@@ -45,5 +45,8 @@
      '@': fileURLToPath(new URL('./src', import.meta.url))
    }
  },
  server: {
    host: '0.0.0.0'
 }
 
})