'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function initCommonConfig(app) {
if (process.env.NODE_ENV == 'production') {
app.config.devtools = false;
} else {
app.config.devtools = true;
}
}
exports.initCommonConfig = initCommonConfig;