// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial // SPDX-FileCopyrightText: 2025-2026 Christian Galo package embeds import ( "embed" ) //go:embed static var Static embed.FS //go:embed templates var Templates embed.FS //go:embed mc-config.yaml var Config embed.FS