This fixes an error on Heroku when trying to access values derived from input JSON. The problem was that the project path was being set at build time, but the server is launched from a different directory. The fix is to pass the current directory as an argument when starting the server.
This fixes an error on Heroku when trying to access values derived from input JSON. The problem was that the project path was being set at build time, but the server is launched from a different directory. The fix is to pass the current directory as an argument when starting the server.