openfox 1.6.50 → 1.6.51
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/{chunk-VHYVIAYJ.js → chunk-6ZIAD3UH.js} +2 -2
- package/dist/{chunk-GFIBLQWL.js → chunk-CAWG7OPR.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-TS4EE3JV.js → serve-K56IPLYD.js} +2 -2
- package/dist/server/index.js +1 -1
- package/dist/web/assets/{index-UJ4zYM28.js → index--Frce5_n.js} +38 -38
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -5487,7 +5487,7 @@ function createTerminalRoutes() {
|
|
|
5487
5487
|
}
|
|
5488
5488
|
|
|
5489
5489
|
// src/constants.ts
|
|
5490
|
-
var VERSION = "1.6.
|
|
5490
|
+
var VERSION = "1.6.51";
|
|
5491
5491
|
|
|
5492
5492
|
// src/server/index.ts
|
|
5493
5493
|
var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
|
|
@@ -6383,4 +6383,4 @@ export {
|
|
|
6383
6383
|
createServerHandle,
|
|
6384
6384
|
createServer
|
|
6385
6385
|
};
|
|
6386
|
-
//# sourceMappingURL=chunk-
|
|
6386
|
+
//# sourceMappingURL=chunk-6ZIAD3UH.js.map
|
|
@@ -179,7 +179,7 @@ async function runCli(options) {
|
|
|
179
179
|
if (!configExists) {
|
|
180
180
|
await runNetworkSetup(mode);
|
|
181
181
|
}
|
|
182
|
-
const { runServe } = await import("./serve-
|
|
182
|
+
const { runServe } = await import("./serve-K56IPLYD.js");
|
|
183
183
|
await runServe({
|
|
184
184
|
mode,
|
|
185
185
|
port: values.port ? parseInt(values.port) : void 0,
|
|
@@ -192,4 +192,4 @@ async function runCli(options) {
|
|
|
192
192
|
export {
|
|
193
193
|
runCli
|
|
194
194
|
};
|
|
195
|
-
//# sourceMappingURL=chunk-
|
|
195
|
+
//# sourceMappingURL=chunk-CAWG7OPR.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-6ZIAD3UH.js";
|
|
10
10
|
import "./chunk-ADNH6OIQ.js";
|
|
11
11
|
import "./chunk-2IIJ6BX6.js";
|
|
12
12
|
import "./chunk-LAUS4KUS.js";
|
|
@@ -188,4 +188,4 @@ async function runServe(options) {
|
|
|
188
188
|
export {
|
|
189
189
|
runServe
|
|
190
190
|
};
|
|
191
|
-
//# sourceMappingURL=serve-
|
|
191
|
+
//# sourceMappingURL=serve-K56IPLYD.js.map
|