openspecui 0.6.0 → 0.6.2
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/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as __commonJS, o as __toESM, t as startServer } from "./src-
|
|
2
|
+
import { a as __commonJS, o as __toESM, t as startServer } from "./src-C4zuwwt7.mjs";
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
4
|
import { fileURLToPath } from "url";
|
|
5
5
|
import { basename, dirname, extname, join, normalize, relative, resolve } from "path";
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as ACPAgents, n as createServer, r as ProviderManager, t as startServer } from "./src-
|
|
1
|
+
import { i as ACPAgents, n as createServer, r as ProviderManager, t as startServer } from "./src-C4zuwwt7.mjs";
|
|
2
2
|
|
|
3
3
|
export { ACPAgents, ProviderManager, createServer, startServer };
|
|
@@ -15450,7 +15450,6 @@ async function createWebSocketServer(server, httpServer, config) {
|
|
|
15450
15450
|
async function startServer(config, setupApp) {
|
|
15451
15451
|
const preferredPort = config.port ?? 3100;
|
|
15452
15452
|
const port = await findAvailablePort(preferredPort);
|
|
15453
|
-
console.log("QAQ", preferredPort, port);
|
|
15454
15453
|
const server = createServer$2({
|
|
15455
15454
|
...config,
|
|
15456
15455
|
port
|