I am building an app using the code at https://github.com/CodeDraken/electron-todo but the issue is that while running the app, I cant find any config.json file stored in my root directory. I need to remove data from it, can you please help me locate the JSON file where the data is being store. Data store configuration is same as the one mentioned in the above repo
Hi,
I am building an app using the code at https://github.com/CodeDraken/electron-todo but the issue is that while running the app, I cant find any
config.json
file stored in my root directory. I need to remove data from it, can you please help me locate the JSON file where the data is being store. Data store configuration is same as the one mentioned in the above repo