@agenticmail/enterprise 0.5.367 → 0.5.369
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{agent-tools-XBMJR6DQ.js → agent-tools-QHR2LY5V.js} +1 -1
- package/dist/agent-tools-YZF26YMY.js +14007 -0
- package/dist/{chunk-X2YL6KSY.js → chunk-2EI4AYXM.js} +2 -5
- package/dist/{chunk-ULKGUIVP.js → chunk-IO5EPYLA.js} +7 -2
- package/dist/{chunk-Z3OXPQ73.js → chunk-JNNZKFBP.js} +2 -2
- package/dist/chunk-LEACSX6C.js +4945 -0
- package/dist/chunk-LICMHA7V.js +2583 -0
- package/dist/{chunk-OKLI672B.js → chunk-QHBOQ2IG.js} +2 -2
- package/dist/chunk-SXDQEUHA.js +1727 -0
- package/dist/chunk-ZW24HPRG.js +5101 -0
- package/dist/{cli-agent-JYQSLTKP.js → cli-agent-45NEZY7H.js} +1 -1
- package/dist/cli-agent-VEQZKUCM.js +2483 -0
- package/dist/{cli-serve-YTFZUDRS.js → cli-serve-2K7AX2G2.js} +1 -1
- package/dist/cli-serve-5KMU2NHN.js +281 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +3 -3
- package/dist/{meetings-SQNTB6GD.js → meetings-EMKU56G3.js} +1 -1
- package/dist/meetings-TL77WLKW.js +12 -0
- package/dist/{runtime-5AZEZO75.js → runtime-GS2SAORH.js} +1 -1
- package/dist/runtime-HNPFFKQL.js +45 -0
- package/dist/{server-7IR64ZIT.js → server-EGWD64TG.js} +1 -1
- package/dist/server-ET4HLIC7.js +28 -0
- package/dist/{setup-R4AAM5PT.js → setup-DCBFFTLT.js} +1 -1
- package/dist/setup-WO337O3I.js +20 -0
- package/logs/cloudflared-error.log +6 -0
- package/logs/fola-error.log +1 -0
- package/logs/john-error.log +1 -0
- package/package.json +1 -1
|
@@ -1234,7 +1234,7 @@ async function deploy(config, db, jwtSecret, vaultKey, spinner, chalk) {
|
|
|
1234
1234
|
const { deployTarget, company, database, domain, tunnel, cloud } = config;
|
|
1235
1235
|
if (deployTarget === "cloudflare-tunnel" && tunnel) {
|
|
1236
1236
|
spinner.start(`Starting local server on port ${tunnel.port}...`);
|
|
1237
|
-
const { createServer: createServer2 } = await import("./server-
|
|
1237
|
+
const { createServer: createServer2 } = await import("./server-EGWD64TG.js");
|
|
1238
1238
|
const server2 = createServer2({ port: tunnel.port, db, jwtSecret });
|
|
1239
1239
|
const handle2 = await server2.start();
|
|
1240
1240
|
spinner.succeed("Server running");
|
|
@@ -1535,7 +1535,7 @@ async function deploy(config, db, jwtSecret, vaultKey, spinner, chalk) {
|
|
|
1535
1535
|
return {};
|
|
1536
1536
|
}
|
|
1537
1537
|
spinner.start("Starting local server...");
|
|
1538
|
-
const { createServer } = await import("./server-
|
|
1538
|
+
const { createServer } = await import("./server-EGWD64TG.js");
|
|
1539
1539
|
const server = createServer({ port: 3e3, db, jwtSecret });
|
|
1540
1540
|
const handle = await server.start();
|
|
1541
1541
|
spinner.succeed("Server running");
|