Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created January 22, 2022 08:19
Show Gist options
  • Select an option

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

Select an option

Save mr-pascal/8321b58cce3986c816b6a6e5d808e4d9 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"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment