mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-23 18:17:45 +01:00
8 lines
161 B
Python
8 lines
161 B
Python
|
load("//rules/nodejs:common.bzl", "js_library")
|
||
|
|
||
|
js_library(
|
||
|
name = "components",
|
||
|
srcs = glob(["**/*.vue"]),
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|