Files
liberama/server/config/production.js
2018-12-26 21:03:45 +07:00

7 lines
115 B
JavaScript

const base = require('./base');
module.exports = Object.assign({}, base, {
branch: 'production',
}
);