From 02024225a53353e691c7286197796de26b824fe4 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Thu, 8 May 2025 17:16:55 +0800 Subject: [PATCH] startup support feature module Signed-off-by: zhangzezhong --- modulecheck/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index b08db8be..77c99145 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -197,7 +197,8 @@ "isolationMode", "proxyData", "routerMap", - "appEnvironments" + "appEnvironments", + "appStartup" ] }, "required": [ -- Gitee