10 lines
148 B
Go
10 lines
148 B
Go
package client
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
const Prefix = "stillbox/dist/stillbox/browser"
|
|
|
|
//go:embed stillbox/dist/stillbox/browser
|
|
var Client embed.FS
|