cuianthony / andor-game

Web version of the Legends of Andor boardgame, built with Phaser3
0 stars 0 forks source link

Hosting on Heroku #37

Open cuianthony opened 4 years ago

cuianthony commented 4 years ago

Currently having trouble with how the project structure differs from online examples. Notably:

Currently, the Procfile used by Heroku is placed in the server directory, because that's where the server runs. However, it is unclear where the client fits into this picture, and when trying to push to the Heroku remote with this method results in the error No default language could be detected for this app. remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically., causing the push to fail.

cuianthony commented 4 years ago

Notes: