From 3810cbbdff35fec7676fc8a243dd1a90a5df9004 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 15 Jan 2026 14:32:56 -0500 Subject: [PATCH] feature/IO-3499-React-19-ProductionBoard - Add misisng ENV in rome side (client) --- client/.env.development.rome | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/.env.development.rome b/client/.env.development.rome index eabf048e8..8a2ad85b7 100644 --- a/client/.env.development.rome +++ b/client/.env.development.rome @@ -19,4 +19,5 @@ TEST_PASSWORD="test123" VITE_PUBLIC_POSTHOG_KEY=phc_xtLmBIu0rjWwExY73Oj5DTH1bGbwq1G1Y8jnlTceien VITE_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com VITE_APP_AMP_URL=https://vp8k908qy2.execute-api.ca-central-1.amazonaws.com -VITE_APP_AMP_KEY=46b1193a867d4e3131ae4c3a64a3fc78 \ No newline at end of file +VITE_APP_AMP_KEY=46b1193a867d4e3131ae4c3a64a3fc78 +VITE_ENABLE_COMPILER_IN_DEV=1