nidus-sync/static/static.go
Eli Ribble 31947c848a
Move static outside HTML. Start work on TypeScript bundle
It's not strictly HTML, so that's just correct.

This is just worth doing while building the new TypeScript bundle
2026-03-21 03:06:59 +00:00

8 lines
105 B
Go

package static
import (
"embed"
)
//go:embed css gen file ico js vendor
var EmbeddedStaticFS embed.FS