Skip to content

Commit

Permalink
Last exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Nov 15, 2024
1 parent 46cf3c1 commit 0e846af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const makeCommonEntities = (config: CommonConfig) => {
: new BuiltinLogger(config.logger);
logger.debug("Running", {
build: process.env.TSUP_BUILD || "from sources", // eslint-disable-line no-restricted-syntax -- substituted by TSUP
env: process.env.NODE_ENV || "development",
env: process.env.NODE_ENV || "development", // eslint-disable-line no-restricted-syntax -- intentionally for debug
});
installDeprecationListener(logger);
const loggingMiddleware = createLoggingMiddleware({ logger, config });
Expand Down

0 comments on commit 0e846af

Please sign in to comment.