omni/internal/frontend/frontend.go
Utku Ozdemir e0379754fd
chore: rekres & fix linting errors
Rekres and satisfy new linters.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2024-04-17 18:34:25 +02: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-04-17T16:16:58Z by kres 92eef68.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS