When running this from a non-local machine, I get a URL error when trying to accept changes, due to the path being set to http://localhost:9000.
Because this function will always be run from the URL of the API, this path isn't necessary (as far as I can tell), so I went ahead and all references of it.
Testing
Run the server from a different port or host than localhost:9000.
Commit a set of breaking screenshot changes to the project
What
When running this from a non-local machine, I get a URL error when trying to accept changes, due to the path being set to
http://localhost:9000
.Because this function will always be run from the URL of the API, this path isn't necessary (as far as I can tell), so I went ahead and all references of it.
Testing
localhost:9000
.Notes