mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/env: temporary ENABLE_WEBCODECS
variable
This commit is contained in:
parent
6e21fc56eb
commit
a3c9ccf5df
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user