Nomiswap listen to all interfaces

This commit is contained in:
Alejandro Cabeza Romero 2025-04-24 17:06:31 +02:00
parent f3188e3697
commit e3a62829b4
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -28,7 +28,7 @@
},
"scripts": {
"deploy": "gh-pages -d build",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start --host=0.0.0.0",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"