mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-09 10:27:30 +00:00
- Support embed api-ui resources - The ui-path arg will be applied if provided. Also applied to api-ui resource files
12 lines
169 B
Go
12 lines
169 B
Go
package config
|
|
|
|
import (
|
|
"github.com/rancher/steve/pkg/debug"
|
|
stevecli "github.com/rancher/steve/pkg/server/cli"
|
|
)
|
|
|
|
var (
|
|
Steve stevecli.Config
|
|
Debug debug.Config
|
|
)
|