omni/internal/frontend/frontend.go
Artem Chernyshev e2f8407ceb
chore: run rekres
See: https://github.com/siderolabs/kres/pull/404

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2024-05-23 20:34:11 +03:00

18 lines
386 B
Go

// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2024-05-23T17:32:47Z by kres b5844f8.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS