Files
sonr/pkg/gateway/config/internal/static.go
T

15 lines
160 B
Go
Raw Normal View History

2024-12-05 20:36:58 -05:00
package internal
import (
_ "embed"
)
//go:embed index.html
var IndexHTML []byte
//go:embed main.js
var MainJS []byte
//go:embed sw.js
var WorkerJS []byte