mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 12:23:35 -05:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
|
const base = require(process.env.BASE_CONFIG)
|
||
|
|
||
|
module.exports = base.mergeWith({
|
||
|
test: {
|
||
|
counterInit: 190000,
|
||
|
},
|
||
|
})
|