diff options
| -rw-r--r-- | xmake/actions/service/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
