diff --git a/main.go b/main.go index 629f32a..71bd806 100644 --- a/main.go +++ b/main.go @@ -19,6 +19,9 @@ import ( "git.mstar.dev/mstar/linstrom/util" ) +// TODO: Add frontend overwrite +// Serve frontend files from a given directory instead of embedded data + //go:embed frontend-reactive/dist/* frontend-reactive/dist/assets var reactiveFS embed.FS