2026-03-14 12:29:45 +00:00
|
|
|
// SPDX-Licence-Identifier: EUPL-1.2
|
|
|
|
|
|
|
|
|
|
package api
|
|
|
|
|
|
|
|
|
|
import "embed"
|
|
|
|
|
|
|
|
|
|
// Assets holds the built UI bundle (core-build.js and related files).
|
|
|
|
|
// The directory is populated by running `npm run build` in the ui/ directory.
|
|
|
|
|
//
|
2026-03-26 17:41:53 +00:00
|
|
|
// Usage example: use api.Assets from package consumers as needed.
|
|
|
|
|
//
|
2026-03-14 12:29:45 +00:00
|
|
|
//go:embed all:ui/dist
|
|
|
|
|
var Assets embed.FS
|