Добавлена папка config
This commit is contained in:
6
server/config/production.js
Normal file
6
server/config/production.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const base = require('./base');
|
||||
|
||||
module.exports = Object.assign({}, base, {
|
||||
branch: 'production',
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user