view react_games/BUILD @ 233:d27054a14579

[merge] Record joined hg-web branch closure
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 16:50:49 -0700
parents 49b611c808e7
children
line wrap: on
line source

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