add content time offset to client

This commit is contained in:
Phillip Thelen
2024-06-06 10:56:56 +02:00
parent a44418c4fa
commit 242e64cedc

View File

@@ -30,7 +30,8 @@ const envVars = [
'LOGGLY_CLIENT_TOKEN', 'LOGGLY_CLIENT_TOKEN',
'TRUSTED_DOMAINS', 'TRUSTED_DOMAINS',
'TIME_TRAVEL_ENABLED', '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' // TODO necessary? if yes how not to mess up with vue cli? 'NODE_ENV'
]; ];