view markdown_converter/BUILD @ 120:cbbf78b17cfa

[Seobeo][Websocket] Created Web socket client logic.
author June Park <parkjune1995@gmail.com>
date Thu, 08 Jan 2026 03:19:59 -0800
parents a30944e5719e
children bdcc610eeed8
line wrap: on
line source

filegroup(
  name = "markdown_to_html",
  srcs = glob([
      "**/*.js",
  ], allow_empty=True),
  visibility = ["//visibility:public"],
)