Updated version checking.

This commit is contained in:
Mike Cao 2022-06-24 01:54:55 -07:00
parent 1bfb26ab44
commit c8ca0a0a56
7 changed files with 38 additions and 42 deletions

View file

@ -3,8 +3,9 @@ const pkg = require('./package.json');
module.exports = {
env: {
version: pkg.version,
currentVersion: pkg.version,
loginDisabled: process.env.DISABLE_LOGIN,
updatesDisabled: process.env.DISABLE_UPDATES,
},
basePath: process.env.BASE_PATH,
experimental: {