frontend.go 75 B

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