omni/internal/frontend/frontend.go
Noel Georgi 0960100f11
chore: drop integration binary from releases
Drop integration binary from releases.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-03-08 15:01:44 +05:30

18 lines
385 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-03-08T09:31:20Z by kres latest.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS