Display custom tracker script name.

This commit is contained in:
Mike Cao 2022-02-16 20:58:44 -08:00
parent 8e350a2056
commit c7a3505c39
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,7 @@ module.exports = {
VERSION: pkg.version,
FORCE_SSL: !!process.env.FORCE_SSL,
DISABLE_LOGIN: !!process.env.DISABLE_LOGIN,
TRACKER_SCRIPT_NAME: process.env.TRACKER_SCRIPT_NAME,
},
basePath: process.env.BASE_PATH,
eslint: {