Heroku Buildpack for V
This is an unofficial Heroku buildpack for V.
This buildpack uses the current master
branch of V. This could break things for you, be aware. We hope to add v versioning soon.
This buildpack will detect your repository as a V project if you are using a v.mod
file. This file will also be used to install module dependencies.
The main application should be in the repository root and be declared as the module main
.
If no Procfile is present in the repository root one will be generated for you. You will have more control using your own Procfile.