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
+5
View File
@@ -0,0 +1,5 @@
[[build.buildpacks]]
uri = "heroku/nodejs"
[[build.buildpacks]]
uri = "heroku/nodejs-yarn"