mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-05 01:12:55 +01:00
fff80cd4e7
- fix(nexus): Preparing configs to be published - feat(nexus): Various fixes for opening left sources - fix(nexus): Fine-tune versions 1 internal commit(s) GitOrigin-RevId: 6c834cd3f4f5f18109a159a73503700dac63b0bb
13 lines
294 B
Python
13 lines
294 B
Python
load("//rules/nodejs:common.bzl", "js_library")
|
|
|
|
js_library(
|
|
name = "client",
|
|
srcs = glob(["*.js"]),
|
|
data = [
|
|
"//library/js:base-client",
|
|
"//library/js:utils",
|
|
"//nexus/meta_api/proto:meta_api_grpc_web_js",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|