From 0f7ab4107f094e6002fc29eb5d56fa4ca2d79ad7 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 18 Apr 2024 10:41:06 -0700 Subject: [PATCH] Update index.ts --- apps/api/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 7a34214..db7f45c 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -16,6 +16,7 @@ const { ExpressAdapter } = require("@bull-board/express"); export const app = express(); + global.isProduction = process.env.IS_PRODUCTION === "true"; app.use(bodyParser.urlencoded({ extended: true }));