frontend.go 86 B

12345678
  1. package frontend
  2. import (
  3. "embed"
  4. )
  5. //go:embed dist/* dist/*/*
  6. var DistFS embed.FS