whole new conf/setup method
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
const conf = require('config')
|
||||
|
||||
module.exports = {
|
||||
telemetry: false,
|
||||
modern: (process.env.NODE_ENV === 'production') && 'client',
|
||||
@@ -15,8 +13,6 @@ module.exports = {
|
||||
},
|
||||
dev: (process.env.NODE_ENV !== 'production'),
|
||||
|
||||
server: conf.server,
|
||||
|
||||
/*
|
||||
** Customize the progress-bar color
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user