overleaf/services/web/modules/history-v1/test/acceptance/config/settings.test.js
Gernot Schulz 1a7b0f0414 Merge pull request #14413 from overleaf/gs-kustomize-tpref
Add Kustomization for third-party-references

GitOrigin-RevId: 5e9508e0f66df6b462fb49786b0941d52c2eb1f4
2023-09-01 08:03:49 +00:00

7 lines
124 B
JavaScript

const base = require(process.env.BASE_CONFIG)
module.exports = base.mergeWith({
test: {
counterInit: 190000,
},
})