added cwd and configFile to get_status as they seem good things to have
Massimo Melina committed
Apr 14, 2026 at 12:35 UTC
515cff28e38de29418af1ee9624ec52b46a65b1a
1 file changed
+2
src/adminApis.ts
+2
@@ -150,6 +150,8 @@ export const adminApis = {
150
compatibleApiVersion: COMPATIBLE_API_VERSION,
151
...await getServerStatus(false),
152
platform: process.platform,
153
+ cwd: process.cwd(),
154
+ configFile: configFile.getPath(),
155
urls: await getUrls(),
156
ips: await getIps(false),
157
baseUrl: await getBaseUrlOrDefault(),