Updated test console. Refactored fetch for tracker.

This commit is contained in:
Mike Cao 2022-08-09 10:27:35 -07:00
commit bc75b622b5
4 changed files with 106 additions and 122 deletions

View file

@ -35,6 +35,7 @@ if (process.env.FORCE_SSL) {
module.exports = {
env: {
currentVersion: pkg.version,
isProduction: process.env.NODE_ENV === 'production',
},
basePath: process.env.BASE_PATH,
output: 'standalone',