StreamsUse locallySetupCreate a .env file:SERVERS=https://gunjs.herokuapp.com/gun npm i Startnpm run dev Deploy with nowCreate a now.json file:{ "build": { "env": { "SERVERS": "https://gunjs.herokuapp.com/gun" } } } Deploy:now