Updated version checking.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user