ScmProvider implements Provider + Streamable + Describable + Renderable, wrapping marketplace, manifest, installed, and registry endpoints as REST API with WS event streaming. Includes Lit custom element bundle with panel, marketplace browser, manifest viewer, installed manager, and registry status display. All 14 tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
11 lines
261 B
Go
11 lines
261 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
|