Added project.toml to force yarn over npm when using Railway

This commit is contained in:
Alex van Andel 2021-07-29 13:30:04 +00:00
parent c2bdbb5db7
commit 4b46bf027c

5
project.toml Normal file
View File

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