9 lines
152 B
Go
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
|