view react_games/BUILD @ 139:e8f693bece90

test again
author June Park <parkjune1995@gmail.com>
date Fri, 09 Jan 2026 12:29:20 -0800
parents 49b611c808e7
children
line wrap: on
line source

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