mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-30 17:00:08 +02:00

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,
|
|
},
|
|
})
|