Merge pull request #393 from emrysal/feature/fix-railway

Added project.toml to force yarn over npm when using Railway
This commit is contained in:
Peer_Rich 2021-08-16 13:41:27 +02:00 committed by GitHub
commit 4f35dfa5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
project.toml Normal file
View File

@ -0,0 +1,5 @@
[[build.buildpacks]]
uri = "heroku/nodejs"
[[build.buildpacks]]
uri = "heroku/nodejs-yarn"