In my project i have added a config file (JSON format) for my static values. Problem is , project is working when i type npm start, but when i build exe (using electron-builder .), it is not working
According to this answer Electron - How to add external files? i change my package.json but it didn't work. I have added my folder structure and package.json