mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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,
|
||
|
},
|
||
|
})
|