mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
8 lines
86 B
Go
8 lines
86 B
Go
package frontend
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed dist/* dist/*/*
|
|
var DistFS embed.FS
|