filecoin-project / orient

↻Observe-Orient-Decide-Act↩
MIT License
18 stars 6 forks source link

Allow passing project root from CLI and do so on Heroku. #27

Closed porcuquine closed 5 years ago

porcuquine commented 5 years ago

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.