go-scm/pkg/api/embed.go
Virgil a96cb05bd8 chore: polish AX v0.8.0 compliance
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 19:08:13 +00:00

13 lines
293 B
Go

// SPDX-Licence-Identifier: EUPL-1.2
package api
import "embed"
// Assets holds the built UI bundle (core-scm.js and related files).
// The directory is populated by running `npm run build` in the ui/ directory.
//
// Usage example: _ = Assets
//
//go:embed all:ui/dist
var Assets embed.FS