feat: add supervisor prototype with embedded frontend
This commit is contained in:
7
internal/static/embed.go
Normal file
7
internal/static/embed.go
Normal file
@ -0,0 +1,7 @@
|
||||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
// DistFS contains built frontend assets copied into internal/static/dist.
|
||||
//go:embed dist dist/*
|
||||
var DistFS embed.FS
|
||||
Reference in New Issue
Block a user