mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
6 lines
76 B
Go
6 lines
76 B
Go
package frontend
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist
|
|
var EmbededFiles embed.FS
|