mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-07 01:56:59 +02:00
Rekres should improve build times and report the additional node info in CI. Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
18 lines
386 B
Go
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-23T14:38:22Z by kres 2688b70.
|
|
|
|
package frontend
|
|
|
|
import "embed"
|
|
|
|
// Dist is an embedded JS frontend release folder.
|
|
//
|
|
//go:embed dist
|
|
var Dist embed.FS
|