kube-explorer/internal/ui/dev.go
Yuxing Deng eacc47482e refactor: UI resource logic
- Support embed api-ui resources
- The ui-path arg will be applied if provided. Also applied to api-ui resource files
2024-07-23 16:53:49 +08:00

8 lines
74 B
Go

//go:build !embed
package ui
import "embed"
var staticContent embed.FS