From 34c942f95657c8d3bca46f5b447e0ca8f1c9d2d4 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Thu, 24 Apr 2025 17:06:31 +0200 Subject: [PATCH] Nomiswap listen to all interfaces --- sz-poc-offsite-2025/uniswap/nomiswap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sz-poc-offsite-2025/uniswap/nomiswap/package.json b/sz-poc-offsite-2025/uniswap/nomiswap/package.json index 611eb7b..c698b41 100644 --- a/sz-poc-offsite-2025/uniswap/nomiswap/package.json +++ b/sz-poc-offsite-2025/uniswap/nomiswap/package.json @@ -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"