@squidcloud/local-backend 1.0.360 → 1.0.361
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.
|
@@ -6,12 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const local_backend_app_1 = require("./local-backend.app");
|
|
7
7
|
const local_backend_module_1 = require("./local-backend.module");
|
|
8
8
|
const path_1 = __importDefault(require("path"));
|
|
9
|
-
const undici_1 = require("undici");
|
|
10
|
-
(0, undici_1.setGlobalDispatcher)(new undici_1.Agent({
|
|
11
|
-
connect: { timeout: 20_000 },
|
|
12
|
-
headersTimeout: 0,
|
|
13
|
-
bodyTimeout: 0,
|
|
14
|
-
}));
|
|
15
9
|
const codeDir = path_1.default.resolve(process.cwd(), './src');
|
|
16
10
|
const backendService = require(path_1.default.resolve(codeDir, './index.ts'));
|
|
17
11
|
const userModule = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../../src/main.ts"],"names":[],"mappings":";;;;;AACA,2DAA4D;AAC5D,iEAA4D;AAC5D,gDAAwB;AAExB,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../../src/main.ts"],"names":[],"mappings":";;;;;AACA,2DAA4D;AAC5D,iEAA4D;AAC5D,gDAAwB;AAExB,MAAM,OAAO,GAAG,cAAI,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,OAAO,CAAC,CAAC;AAErD,MAAM,cAAc,GAAG,OAAO,CAAC,cAAI,CAAC,OAAO,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC;AACpE,MAAM,UAAU,GAAqB;IACnC,aAAa,EAAE,cAAc;IAE7B,WAAW,EAAE,UAAU;IACvB,OAAO;IACP,QAAQ,EAAE,MAAM;CACjB,CAAC;AACF,IAAA,yCAAqB,EAAC,yCAAkB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC"}
|