view react_games/BUILD @ 251:117c4d53c9a4

[ui] Add HTML-first Web Component system Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 09:14:57 -0700
parents 49b611c808e7
children
line wrap: on
line source

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