fixup! Serve compiled front from the same application

This commit is contained in:
2026-02-11 01:18:53 +01:00
parent e127088195
commit e009fea796

View File

@@ -7,5 +7,5 @@ import (
)
func init() {
Frontend = os.DirFS("./dist")
Frontend = os.DirFS("./front/dist")
}