Open sizov opened 8 years ago
@coveralls looks fine here, I've tried to git clone original repo from scratch, then add my remote as upstream and was able to fetch and merge changes from my repo into this.
@sizov Thank you! This was extremely helpful to get things working on Heroku.
This fixes issues when deploying to Heroku, #41
import
for ES6 modules is not supported yet natively, butserver.js
hasimport
statement. This project does not buildserver.js
with any build tool to augumentimport
, so nodejs fails on thatimport
line, had to fix itapp.json
are ignored, so you need to set them manually