create qr-codes by tg bot
Deploy app frontend / app frontend (push) Failing after 48s
Deploy db-migrations / db-migrations (push) Failing after 35s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 53s

This commit is contained in:
2024-12-10 13:21:38 +02:00
parent e9b3df38fe
commit 1810c550ba
91 changed files with 3317 additions and 1909 deletions
@@ -0,0 +1,21 @@
{
"name": "@hereconnect/lib-service-health-checkserver",
"version": "1.0.0",
"main": "src/health-server.ts",
"exports": {
".": {
"import": "./src/health-server.ts",
"default": "./src/health-server.ts"
}
},
"files": ["src/**/*"],
"private": true,
"scripts": {
"lint": "tsc --noEmit src/health-server.ts",
"build": "pnpm run lint"
},
"devDependencies": {
"@types/node": "^20.17.6",
"typescript": "~5.6.3"
}
}