diff options
| author | ruki <[email protected]> | 2022-05-13 00:47:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-13 00:47:49 +0800 |
| commit | dec5c65bbaf146ece6eb47c7c42c391fbe23e05d (patch) | |
| tree | 8b10abc4f9bc93d849bd016dc270390a562bf891 | |
| parent | b7e4be37dc71c3d0d5217f32b0960bc042455d30 (diff) | |
update note
| -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 |
