openfox 1.6.18 → 1.6.19
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-WRFOMNHM.js → chunk-AE7FYMCR.js} +2 -2
- package/dist/{chunk-THP77DXS.js → chunk-N2V2K5QV.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-KMTRAQ4F.js → serve-CJKXYYIA.js} +2 -2
- package/dist/server/index.js +1 -1
- package/dist/web/assets/{index-DwDDssmB.js → index-CLd1Kqv-.js} +16 -15
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -5472,7 +5472,7 @@ function createTerminalRoutes() {
|
|
|
5472
5472
|
}
|
|
5473
5473
|
|
|
5474
5474
|
// src/constants.ts
|
|
5475
|
-
var VERSION = "1.6.
|
|
5475
|
+
var VERSION = "1.6.19";
|
|
5476
5476
|
|
|
5477
5477
|
// src/server/index.ts
|
|
5478
5478
|
var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
|
|
@@ -6357,4 +6357,4 @@ export {
|
|
|
6357
6357
|
createServerHandle,
|
|
6358
6358
|
createServer
|
|
6359
6359
|
};
|
|
6360
|
-
//# sourceMappingURL=chunk-
|
|
6360
|
+
//# sourceMappingURL=chunk-AE7FYMCR.js.map
|
|
@@ -154,7 +154,7 @@ async function runCli(options) {
|
|
|
154
154
|
if (!configExists) {
|
|
155
155
|
await runNetworkSetup(mode);
|
|
156
156
|
}
|
|
157
|
-
const { runServe } = await import("./serve-
|
|
157
|
+
const { runServe } = await import("./serve-CJKXYYIA.js");
|
|
158
158
|
await runServe({
|
|
159
159
|
mode,
|
|
160
160
|
port: values.port ? parseInt(values.port) : void 0,
|
|
@@ -167,4 +167,4 @@ async function runCli(options) {
|
|
|
167
167
|
export {
|
|
168
168
|
runCli
|
|
169
169
|
};
|
|
170
|
-
//# sourceMappingURL=chunk-
|
|
170
|
+
//# sourceMappingURL=chunk-N2V2K5QV.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-AE7FYMCR.js";
|
|
10
10
|
import "./chunk-AV45GQ7B.js";
|
|
11
11
|
import "./chunk-KCJC3VBS.js";
|
|
12
12
|
import "./chunk-6TWWJIFP.js";
|
|
@@ -188,4 +188,4 @@ async function runServe(options) {
|
|
|
188
188
|
export {
|
|
189
189
|
runServe
|
|
190
190
|
};
|
|
191
|
-
//# sourceMappingURL=serve-
|
|
191
|
+
//# sourceMappingURL=serve-CJKXYYIA.js.map
|