I currently have a project domain setup, testProject123 and when I try to do netlify dev -l in my associated dev folder the domain thats created is testProject123-x12345.netlify.live where x12345 is a random id thats unique every time I run netlify dev -l
Is it possible to have the url be fixed, i.e testProject123.netlify.live for the live dev environment?
Thanks