So I have a program which allows you to edit a couple settings through a "settings.json" file as seen here: https://prnt.sc/jzx8p8
My problem is that this file seems to not compile along with my program, as seen here: https://prnt.sc/jzx8t2 (If you're wondering I have that error message pop up myself: https://prnt.sc/jzx8y2)
I am using IntelliJ's artifact support to compile my program. Help is appreciated, thanks!
Edit: The program runs 100% as it should when I run it through IntelliJ but not when I try to run it through my VPS.