mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
chore: basic control template
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package frontend
|
||||
|
||||
import (
|
||||
"embed"
|
||||
"io/fs"
|
||||
)
|
||||
|
||||
//go:generate deno task build
|
||||
//go:embed all:build
|
||||
var buildDir embed.FS
|
||||
|
||||
// BuildDirFS contains the embedded dist directory files (without the "build" prefix)
|
||||
var BuildDirFS, _ = fs.Sub(buildDir, "build")
|
||||
Reference in New Issue
Block a user