access npm debug configuration from lan ip
已回答
Hello, we are using vue/nuxt plugins and creating a debug config that starts as npm service to localhost:3000 when trying to access this from a device onthe same lan we do not get a connection. Even using lan ip on same device fails ie 192.168.0.10 (same machine).
Is it possible to access it from the same lan?
请先登录再写评论。
You can change the Nuxt dev server host and port to make it accessible externally, see https://medium.com/@jpoechill/access-your-nuxt-js-development-server-on-mobile-a4d67ac88bc6 for more info