Add build flag for production UI dist output embed.

This commit is contained in:
2025-01-25 18:41:34 -07:00
parent a3ac233f39
commit 8c8ec659a9
4 changed files with 34 additions and 21 deletions

View File

@@ -1,5 +1,8 @@
package server
package main
import "fmt"
func main() {
frontend := getUIAssets()
fmt.Println(frontend)
}