fix: broken build and test stage

This commit is contained in:
Rainer Killinger
2024-03-27 09:55:30 +01:00
parent 7c5687111f
commit 09faa66e98
2 changed files with 8 additions and 3 deletions
+1 -3
View File
@@ -16,7 +16,7 @@
// ESM is not supported, and cts is not detected, so we use type-checked cjs instead.
/** @type {import('../src/common').ConfigFile} */
const configFile = {
module.exports = {
activeVersions: ['1\\.0\\.\\d+', '2\\.0\\.\\d+'],
hiddenRoutes: ['/bulk'],
logFormat: 'default',
@@ -31,5 +31,3 @@ const configFile = {
dhparam: '/etc/nginx/certs/dhparam.pem',
},
};
export default configFile;