Nomiswap listen to all interfaces

This commit is contained in:
Alejandro Cabeza Romero 2025-04-24 17:06:31 +02:00 committed by Giacomo Pasini
parent 77d6bcb3cc
commit 34c942f956
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

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"