@jhzhu89/m2r 0.1.4 → 0.1.5
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54028,6 +54028,6 @@ var app = createApp2(createClient2());
|
|
|
54028
54028
|
var server = Bun.serve({
|
|
54029
54029
|
fetch: app.fetch,
|
|
54030
54030
|
port: config3.port,
|
|
54031
|
-
idleTimeout:
|
|
54031
|
+
idleTimeout: 255
|
|
54032
54032
|
});
|
|
54033
54033
|
logger23.info({ port: server.port }, "proxy server started");
|