mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-05 01:12:55 +01:00
d51e5ab65d
- fix: Translation fixes - fix: Various fixes - feat: PB translations, configuration changes - fix: Bugfixes GitOrigin-RevId: 55f8b148c42a296162fc707c36a5146ca0073b4b
12 lines
239 B
Python
12 lines
239 B
Python
load("//rules/nodejs:common.bzl", "js_library")
|
|
|
|
js_library(
|
|
name = "client",
|
|
srcs = glob(["*.js"]),
|
|
data = [
|
|
"//library/js:base-client",
|
|
"//library/js:utils",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|