view react_games/BUILD @ 166:78ea8d5ccc87

[ThirdParty] Added sqlite3 to the third_party.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:28:34 -0800
parents 49b611c808e7
children
line wrap: on
line source

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