omni/internal/frontend/frontend.go
Dmitriy Matrenichev 82abb2ba53
chore: bump deps
- run rekres and fix nolint directives
- bump deps (keep gen to 0.4.8 for now) for server, client and tests

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2024-06-03 22:43:37 +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-06-03T12:34:17Z by kres f292767.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS