Align mship ui build files with new frontend solution

This commit is contained in:
Mustafa Gezen 2023-08-24 09:24:25 +02:00
parent 38f12566a3
commit 8d751280a4

View File

@ -27,8 +27,10 @@ ui_bundle(
go_library(
name = "ui_lib",
srcs = ["main.go"],
# keep
embedsrcs = [
":bundle.js", # keep
":bundle", # keep
"mship_gopher.png", # keep
],
importpath = "go.resf.org/peridot/tools/mothership/ui",
visibility = ["//visibility:private"],