fix(ext-links): warn in Party and PMs, env config

This commit is contained in:
SabreCat
2023-03-28 16:39:48 -05:00
parent ca1200b689
commit eb4e930e63
5 changed files with 13 additions and 12 deletions

View File

@@ -27,6 +27,7 @@ const envVars = [
'APPLE_AUTH_CLIENT_ID',
'AMPLITUDE_KEY',
'LOGGLY_CLIENT_TOKEN',
'TRUSTED_DOMAINS',
// TODO necessary? if yes how not to mess up with vue cli? 'NODE_ENV'
];