Files
trok/internal/web/web.go
2025-03-03 19:44:08 +05:30

7 lines
75 B
Go

package web
import "embed"
//go:embed dist/*
var EmbedDirStatic embed.FS