mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
add content time offset to client
This commit is contained in:
parent
a44418c4fa
commit
242e64cedc
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ const envVars = [
|
|||
'LOGGLY_CLIENT_TOKEN',
|
||||
'TRUSTED_DOMAINS',
|
||||
'TIME_TRAVEL_ENABLED',
|
||||
'DEBUG_ENABLED'
|
||||
'DEBUG_ENABLED',
|
||||
'CONTENT_SWITCHOVER_TIME_OFFSET',
|
||||
// TODO necessary? if yes how not to mess up with vue cli? 'NODE_ENV'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue