@clawos-dev/clawd 0.2.118 → 0.2.119-beta.236.8805685
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.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -42315,7 +42315,7 @@ var ProjectStore = class {
|
|
|
42315
42315
|
// src/app-builder/dev-server-supervisor.ts
|
|
42316
42316
|
var import_node_child_process9 = require("child_process");
|
|
42317
42317
|
var import_node_events2 = require("events");
|
|
42318
|
-
var DEFAULT_READY_PATTERN = /Local:\s+https
|
|
42318
|
+
var DEFAULT_READY_PATTERN = /Local:\s+https?:\/\/|Nest application successfully started|server listening on/i;
|
|
42319
42319
|
var DevServerSupervisor = class extends import_node_events2.EventEmitter {
|
|
42320
42320
|
running = /* @__PURE__ */ new Map();
|
|
42321
42321
|
// key: sessionId
|
package/package.json
CHANGED