Feat: add prometheus compatible endpoint, seed fallback store and add env.example

This commit is contained in:
Ayobami
2025-08-13 22:41:37 +01:00
parent 3f8f456eef
commit da78487047
10 changed files with 987 additions and 268 deletions
+1
View File
@@ -9,6 +9,7 @@
"seed": "node seed.js",
"test": "jest",
"test:load": "node tests/load-test.js",
"test:fallback": "node test-fallback.js",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down"
},