fix embed ignore commonsjs helper file that started with _

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2025-10-07 21:49:38 +02:00
parent 93708cef17
commit ebe949e7f0

View File

@@ -5,6 +5,7 @@ package frontend
import "embed"
//go:embed build/*
//go:embed all:build/_app
var content embed.FS
// GetEmbededFS returns the embeded file system that contains the frontend