openfox 2.0.0-beta.2 → 2.0.0-beta.3
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-defaults/code-reviewer.agent.md +1 -0
- package/dist/{chunk-5M4W3PKD.js → chunk-UK6XF2OX.js} +2 -2
- package/dist/{chunk-SYUVZOXU.js → chunk-YUIMJBSE.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{serve-WB62HFNJ.js → serve-7CUQCZC7.js} +2 -2
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
|
@@ -193,7 +193,7 @@ async function runCli(options) {
|
|
|
193
193
|
if (!configExists) {
|
|
194
194
|
await runNetworkSetup(mode);
|
|
195
195
|
}
|
|
196
|
-
const { runServe } = await import("./serve-
|
|
196
|
+
const { runServe } = await import("./serve-7CUQCZC7.js");
|
|
197
197
|
const serveOptions = { mode };
|
|
198
198
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
199
199
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -205,4 +205,4 @@ async function runCli(options) {
|
|
|
205
205
|
export {
|
|
206
206
|
runCli
|
|
207
207
|
};
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-UK6XF2OX.js.map
|
|
@@ -5748,7 +5748,7 @@ import { Router as Router6 } from "express";
|
|
|
5748
5748
|
import { spawn as spawn5 } from "child_process";
|
|
5749
5749
|
|
|
5750
5750
|
// src/constants.ts
|
|
5751
|
-
var VERSION = "2.0.0-beta.
|
|
5751
|
+
var VERSION = "2.0.0-beta.3";
|
|
5752
5752
|
|
|
5753
5753
|
// src/server/routes/auto-update.ts
|
|
5754
5754
|
var updateInProgress = false;
|
|
@@ -6863,4 +6863,4 @@ export {
|
|
|
6863
6863
|
createServerHandle,
|
|
6864
6864
|
createServer
|
|
6865
6865
|
};
|
|
6866
|
-
//# sourceMappingURL=chunk-
|
|
6866
|
+
//# sourceMappingURL=chunk-YUIMJBSE.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
VERSION,
|
|
8
8
|
createServer
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-YUIMJBSE.js";
|
|
10
10
|
import "./chunk-UFY4I643.js";
|
|
11
11
|
import "./chunk-ALH4KM2Y.js";
|
|
12
12
|
import "./chunk-PSJIT5LZ.js";
|
|
@@ -190,4 +190,4 @@ async function runServe(options) {
|
|
|
190
190
|
export {
|
|
191
191
|
runServe
|
|
192
192
|
};
|
|
193
|
-
//# sourceMappingURL=serve-
|
|
193
|
+
//# sourceMappingURL=serve-7CUQCZC7.js.map
|
package/dist/server/index.js
CHANGED