go-scm/pkg/api/embed.go
Virgil d5f98c1341
Some checks failed
Security Scan / security (push) Failing after 10s
Test / test (push) Failing after 25s
refactor(ax): align code with AX principles
2026-03-29 23:59:48 +00:00

13 lines
267 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.
//
//
//
//go:embed all:ui/dist
var Assets embed.FS