mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-08 02:15:27 +08:00
10 lines
218 B
Go
10 lines
218 B
Go
package ds2api
|
|
|
|
import "embed"
|
|
|
|
// EmbeddedAdminFS bundles static/admin so serverless targets can serve WebUI
|
|
// without relying on runtime filesystem inclusion.
|
|
//
|
|
//go:embed static/admin
|
|
var EmbeddedAdminFS embed.FS
|