omni/internal/frontend/frontend.go
Noel Georgi 4134d2cffb
chore: use sops for secrets
Use SOPS for secrets, this should allow PR's from forks to work.
We should not still approve PR's to run workflow outside the org, GH
will run the workflow when an org member force pushes.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-04-19 14:03:55 +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-04-19T08:33:46Z by kres add13d7.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS