Files
pocket-id-pocket-id/backend/resources/files.go
2025-02-19 14:28:45 +01:00

9 lines
144 B
Go

package resources
import "embed"
// Embedded file systems for the project
//go:embed email-templates images migrations fonts
var FS embed.FS