Plugins: Pass build mode to frontend (#114092)

* pass build mode to frontend

* set buildMode build time using shared plugin webpack conf
This commit is contained in:
Erik Sundell
2025-11-19 15:42:27 +01:00
committed by GitHub
parent acf6f1ae5f
commit be0857fa8f
5 changed files with 39 additions and 1 deletions
+1
View File
@@ -339,6 +339,7 @@ type AppDTO struct {
Dependencies Dependencies `json:"dependencies"`
ModuleHash string `json:"moduleHash,omitempty"`
Translations map[string]string `json:"translations,omitempty"`
BuildMode string `json:"buildMode,omitempty"`
}
const (