Yarn run start loads my live website

in my local machine when I run yarn run start it loads my live website www.mydomain.com at https://localhost:3000 rather than my local set up website

is it because I have this in my config.json file?
"devUrl": "https://mydomain.com", "proxyUrl": "http://localhost:3000",

:wink: