view react_games/BUILD @ 174:1ba8c1df082c hg-web

Remove playground stuff.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 18:59:23 -0800
parents 49b611c808e7
children
line wrap: on
line source

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