Replies: 1 comment
-
| Thanks for the tip @jlpoolen! | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to access my development server from another machine and found the server was not accepting remote connections. I determine that using this comand sequence will allow other machines on the network to connect:
npm run dev -- --host=0.0.0.0Of course, you do impair your security doing this.
Beta Was this translation helpful? Give feedback.
All reactions