view markdown_converter/BUILD @ 101:3468e2fe8d88

[Seobeo] log ngnix proxy values (for myself). took out unneeded stuff fflush.
author June Park <parkjune1995@gmail.com>
date Sat, 03 Jan 2026 08:19:02 -0800
parents a30944e5719e
children bdcc610eeed8
line wrap: on
line source

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