mirror of
https://github.com/mudler/LocalAI
synced 2026-05-05 14:28:45 +00:00
7 lines
85 B
Go
7 lines
85 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "embed"
|
||
|
|
|
||
|
|
//go:embed backend-assets/*
|
||
|
|
var backendAssets embed.FS
|