mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
combine hub and agent repos
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// Package site handles the Beszel frontend embedding.
|
||||
package site
|
||||
|
||||
import (
|
||||
"embed"
|
||||
|
||||
"github.com/labstack/echo/v5"
|
||||
)
|
||||
|
||||
//go:embed all:dist
|
||||
var assets embed.FS
|
||||
|
||||
var Dist = echo.MustSubFS(assets, "dist")
|
||||
|
||||
var Static = echo.MustSubFS(assets, "dist/static")
|
Reference in New Issue
Block a user