Files
Luminary/web/static_embed.go
T
renjue 0a9bb53f80
CI / docker (push) Successful in 2m7s
Initial commit: Luminary AI Gateway
OpenAI-compatible AI gateway with Vue admin UI, multi-provider egress,
ingress key governance, monitoring, and security controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:39:33 +08:00

9 lines
180 B
Go

package webembed
import "embed"
// Placeholder dist/index.html is committed for CI and go test; production UI comes from npm run build.
//
//go:embed all:dist
var WebFS embed.FS