Friendly note for future task
This commit is contained in:
parent
3f44c6599c
commit
b84461d0e7
1 changed files with 3 additions and 0 deletions
3
main.go
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue