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
@@ -2,7 +2,7 @@
"name": "@hereconnect/service-message-delivery-method-web-push",
"version": "1.0.0",
"description": "",
"main": "dist/server.ts",
"main": "dist/service.ts",
"type": "module",
"license": "@hereconnect/license",
"private": true,
@@ -27,7 +27,7 @@
},
"contributors": [],
"scripts": {
"start": "node dist/server.js",
"start": "node dist/service.js",
"build": "tsc",
"lint": "tsc --noEmit",
"generate-keys": "node src/generate-keys.ts",
@@ -36,6 +36,8 @@
},
"dependencies": {
"@hereconnect/couchdb-changes-stream": "workspace:^",
"@hereconnect/lib-service-health-checkserver": "workspace:^",
"@hereconnect/lib-service-seq-tracker": "workspace:^",
"pouchdb-adapter-http": "^9.0.0",
"pouchdb-core": "^9.0.0",
"pouchdb-find": "^9.0.0",