A need that always arose when using the lib, is that when generating the automated build by the ci/cd script, when I added the parameter for logo (--logo logo.png), only the logo was updated, and the favico it was updated to insomnia default, not my custom favicon.
Added this feature to the library, and updated the documentation.
A need that always arose when using the lib, is that when generating the automated build by the ci/cd script, when I added the parameter for logo (
--logo logo.png
), only the logo was updated, and the favico it was updated to insomnia default, not my custom favicon.Added this feature to the library, and updated the documentation.
Insert favicon:
--favicon favicon.ico
I hope it can be useful to everyone.