From dec5c65bbaf146ece6eb47c7c42c391fbe23e05d Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 May 2022 00:47:49 +0800 Subject: update note --- xmake/actions/service/main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmake/actions/service/main.lua b/xmake/actions/service/main.lua index 0a3557503..24ed84d80 100644 --- a/xmake/actions/service/main.lua +++ b/xmake/actions/service/main.lua @@ -37,6 +37,8 @@ import("private.service.show_logs") import("private.service.show_status") function main() + -- @note we need load server config before loading client config, + -- because we need same local token in both configs server_config.load() client_config.load() if option.get("start") then -- cgit v1.3.1