Lubinas app

This commit is contained in:
2025-11-26 21:58:39 +02:00
parent 90d896e1cc
commit 5ca0600f69
638 changed files with 156 additions and 153897 deletions
+12
View File
@@ -0,0 +1,12 @@
package lubinui
import (
"embed"
"io/fs"
)
//go:embed all:dist
var distDir embed.FS
// DistDirFS contains the embedded dist directory files (without the "dist" prefix)
var DistDirFS, _ = fs.Sub(distDir, "dist")