We need to add a service that will allow us to write into files: ```js export const fileSerive = { writeFile : () => .... } ``` This will be later used to save the broken links found because right now its only being printed to the console
We need to add a service that will allow us to write into files:
This will be later used to save the broken links found because right now its only being printed to the console