mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 21:37:21 +00:00
6 lines
85 B
Go
6 lines
85 B
Go
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed backend-assets/*
|
|
var backendAssets embed.FS
|