mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-23 00:35:53 +00:00
- Support embed api-ui resources - The ui-path arg will be applied if provided. Also applied to api-ui resource files
8 lines
74 B
Go
8 lines
74 B
Go
//go:build !embed
|
|
|
|
package ui
|
|
|
|
import "embed"
|
|
|
|
var staticContent embed.FS
|