You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a Rails application that uses nodejs for both asset compilation and also at runtime. The use case is to interact with browserless.io with nodejs scripts / pkgs.
I haven't tested but right now the only way to get nodejs at runtime is probably to mix the full nodejs buildpack with the ruby one in a group and also do something to trigger one of the nodejs *-start buildpacks.
The text was updated successfully, but these errors were encountered:
Slack thread
Describe the Enhancement
We'd like to be able to use nodejs at runtime by flipping an env var from our
project.toml
sPossible Solution
I've implemented a very simple buildpack that enables nodejs at runtime by setting
BP_INCLUDE_NODEJS_RUNTIME=true
detect.go click to see
build.go click to see
Motivation
We have a Rails application that uses nodejs for both asset compilation and also at runtime. The use case is to interact with browserless.io with nodejs scripts / pkgs.
I haven't tested but right now the only way to get nodejs at runtime is probably to mix the full nodejs buildpack with the ruby one in a group and also do something to trigger one of the nodejs
*-start
buildpacks.The text was updated successfully, but these errors were encountered: