mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
1a7b0f0414
Add Kustomization for third-party-references GitOrigin-RevId: 5e9508e0f66df6b462fb49786b0941d52c2eb1f4
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
const base = require(process.env.BASE_CONFIG)
|
|
|
|
module.exports = base.mergeWith({
|
|
test: {
|
|
counterInit: 190000,
|
|
},
|
|
})
|