From e009fea7960ad89b7286adfcb3053c1473580d83 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Wed, 11 Feb 2026 01:18:53 +0100 Subject: [PATCH] fixup! Serve compiled front from the same application --- front/frontend_dev.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/frontend_dev.go b/front/frontend_dev.go index 57a5267..d88e401 100644 --- a/front/frontend_dev.go +++ b/front/frontend_dev.go @@ -7,5 +7,5 @@ import ( ) func init() { - Frontend = os.DirFS("./dist") + Frontend = os.DirFS("./front/dist") }