From e76dd65b4120c5cee2cfa29d1fe237a2322ee911 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 8 Sep 2025 15:29:02 -0400 Subject: [PATCH] enable `ENABLE_NEXT_DOCKER_RELEASE` during development --- api/.env.development | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.env.development b/api/.env.development index 7c42ec26c..3261fcf35 100644 --- a/api/.env.development +++ b/api/.env.development @@ -31,3 +31,4 @@ BYPASS_CORS_CHECKS=true CHOKIDAR_USEPOLLING=true LOG_TRANSPORT=console LOG_LEVEL=trace +ENABLE_NEXT_DOCKER_RELEASE=true