Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Last active January 22, 2022 08:30
Show Gist options
  • Select an option

  • Save mr-pascal/3d01a95afd897953da966d66776d4db1 to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/3d01a95afd897953da966d66776d4db1 to your computer and use it in GitHub Desktop.
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary")
nodejs_binary(
name = "app",
entry_point = ":index.js",
data = [
# Define needed NPM package dependency
"@npm//express"
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment