From 57f74c07408b8694b18340db8c27f63251f38de3 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Tue, 30 Apr 2024 10:09:15 +0200 Subject: [PATCH] chore(backend): put back missing FrontendDevServer cfg --- pkg/setting/setting.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/setting/setting.go b/pkg/setting/setting.go index 8fc31627922..b7c6d272160 100644 --- a/pkg/setting/setting.go +++ b/pkg/setting/setting.go @@ -100,6 +100,7 @@ type Cfg struct { AppSubURL string InstanceName string ServeFromSubPath bool + FrontendDevServer string StaticRootPath string Protocol Scheme SocketGid int