2024-08-08 22:01:03 -04:00
|
|
|
package client
|
|
|
|
|
|
|
|
import (
|
|
|
|
"embed"
|
|
|
|
)
|
|
|
|
|
2024-12-16 16:19:41 -05:00
|
|
|
const Prefix = "stillbox/dist/stillbox/browser"
|
2024-11-22 17:05:29 -05:00
|
|
|
|
2024-12-16 16:19:41 -05:00
|
|
|
//go:embed stillbox/dist/stillbox/browser
|
2024-11-22 12:32:22 -05:00
|
|
|
var Client embed.FS
|