From a3c9ccf5df6b3e6d066bb95d6ad565d4dd5a951f Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 5 Mar 2025 20:35:10 +0600 Subject: [PATCH] web/env: temporary `ENABLE_WEBCODECS` variable --- web/src/lib/env.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/env.ts b/web/src/lib/env.ts index cfad460f..90da9d0a 100644 --- a/web/src/lib/env.ts +++ b/web/src/lib/env.ts @@ -14,6 +14,8 @@ const variables = { PLAUSIBLE_HOST: getEnv('PLAUSIBLE_HOST'), PLAUSIBLE_ENABLED: getEnv('HOST') && getEnv('PLAUSIBLE_HOST'), DEFAULT_API: getEnv('DEFAULT_API'), + // temporary variable until webcodecs features are ready for testing + ENABLE_WEBCODECS: !!getEnv('ENABLE_WEBCODECS'), } const contacts = {