Locally testing w/ workers

On previous versions of wrangler when i was running
wrangler dev
i had the following output on console:
[mf:inf] Ready on http://*:54299
[mf:inf] - http://127.0.0.1:54299
[mf:inf] - http://192.168.1.98:54299
[mf:inf] - http://localhost:54299
[mf:inf] - http://[::1]:54299


Now i receive this output :
[wrangler:inf] Ready on http://localhost:54241


Does that mean i cant communicate with my worker on http://192.168.1.98 ?
Because when i try i get :
curl: (7) Failed to connect to 192.168.1.98 port 54241 after 6 ms: Couldn't connect to server

I was wondering if i needed more configuration to be able to test a worker running locally with another device on my home network.
Was this page helpful?