include constants in the config values

This commit is contained in:
Ulf Gebhardt 2022-03-22 13:14:26 +01:00
parent 1d6dace9f4
commit 31c6f77a78
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -64,6 +64,7 @@ if (
} }
const CONFIG = { const CONFIG = {
...constants,
...version, ...version,
...environment, ...environment,
...endpoints, ...endpoints,