tarsk 0.3.33 → 0.3.35

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 CHANGED
@@ -6893,7 +6893,7 @@ app.all("*", (c) => {
6893
6893
  };
6894
6894
  return c.json(errorResponse, 404);
6895
6895
  });
6896
- var port = process.env.PORT ? parseInt(process.env.PORT) : 641;
6896
+ var port = isDebug ? 462 : process.env.PORT ? parseInt(process.env.PORT) : 641;
6897
6897
  var url = `http://localhost:${port}`;
6898
6898
  process.stdout.write(`Tarsk started on ${url}
6899
6899
  `);