Add metrics to redirect service (#10112)

This commit is contained in:
Eric Bailey
2026-03-24 08:45:08 -05:00
committed by GitHub
parent 3866142ccd
commit 5a6942025c
10 changed files with 366 additions and 12 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
"type": "module",
"main": "index.ts",
"scripts": {
"test": "./tests/infra/with-test-db.sh node --loader ts-node/esm --test ./tests/index.ts",
"test": "npm run test:unit && npm run test:e2e",
"test:e2e": "./tests/infra/with-test-db.sh node --loader ts-node/esm --test ./tests/index.ts",
"test:unit": "node --loader ts-node/esm --test ./src/*.test.ts",
"build": "tsc"
},
"dependencies": {