web/env: temporary ENABLE_WEBCODECS variable

This commit is contained in:
wukko 2025-03-05 20:35:10 +06:00
parent 6e21fc56eb
commit a3c9ccf5df
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -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 = {