(version) convey version information to the /config endpoint and footer

We add the machinery to get version information and display it discreetly.
This commit is contained in:
Laurent Bossavit
2024-11-15 15:54:30 +01:00
committed by Laurent Bossavit
parent bbe8f32b96
commit 43c18cb4e6
9 changed files with 42 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ test.describe('Config', () => {
['en-us', 'English'],
['fr-fr', 'French'],
],
COMMIT: 'NA',
FEATURES: {
CONTACTS_CREATE: true,
CONTACTS_DISPLAY: true,