omni/internal/frontend/frontend.go
Artem Chernyshev 631f5c570c
chore: always build frontend on BUILDPLATFORM
To avoid crosscompilation of the frontend tasks.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2024-05-22 21:36:44 +03:00

18 lines
392 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-22T18:31:05Z by kres 5fac898-dirty.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS