mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
9 lines
164 B
Go
9 lines
164 B
Go
package ui
|
|
|
|
import "embed"
|
|
|
|
// Embedded contains embedded UI resources
|
|
//
|
|
//go:embed dist/app
|
|
//go:embed all:dist/app/assets/images/resources
|
|
var Embedded embed.FS
|