Files
rogee 13c31fc902
Build web service image / build (push) Successful in 1m53s
feat: add remote control plane and whitelist reads
2026-09-12 09:46:05 +08:00

9 lines
152 B
Go

package web
import "embed"
// Dist contains the React production build embedded into the control-plane binary.
//
//go:embed dist/*
var Dist embed.FS