Files
neural-hunt/internal/webui/webui.go
jbergner 005fd6ca51
Some checks failed
release-tag / release-image (push) Failing after 1m18s
RC-1
2026-08-10 05:48:55 +02:00

11 lines
260 B
Go

package webui
import "embed"
// Dist contains the production frontend assets. They are compiled into the Go
// binary, so running Neural Hunt does not require Node.js, npm, Vite, or a
// separate static-file directory.
//
//go:embed dist/*
var Dist embed.FS