omni/internal/frontend/frontend.go
Noel Georgi 9081a3752f
chore: use large runners for ci
Use large runners for ci.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-05-21 18:33:32 +05:30

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-21T13:03:14Z by kres 0290180.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS