SEBRAUC/ui/ui.go
Theta-Dev 1f8546cb37
Some checks failed
continuous-integration/drone Build is failing
Add preact framework
2021-11-19 20:31:33 +01:00

10 lines
98 B
Go

package ui
import (
"embed"
)
const AssetsDir = "dist"
//go:embed dist/**
var Assets embed.FS