mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02: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…
x
Reference in New Issue
Block a user